mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 16:46:34 +00:00
ddd4c6c6ffe51e54f4fda2bf35c236c7c1137dc3
config
This repo stores nix expressions and other configuration.
Setup
Clone this as a bare repo to avoid the need for symlinking:
$ git clone --bare git@github.com:davegallant/config.git $HOME/.dotfiles
$ alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc / .zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory
Languages
Nix
96.1%
Shell
2.2%
Just
1.7%