mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
f8867e1f8288c7de3a8b0260c492db5bc5f647e8
config
This repo stores nix, dotfiles, and other miscellaneous scripts.
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 or .zshrc
$ source ~/.zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory
Languages
Nix
96.6%
Shell
1.9%
Just
1.5%