mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 10:26:00 +00:00
89b4c830eb3bfbb05f52382a13450dcad1c06d87
dotfiles
Setup a bare git repo
git clone --bare git@github.com:davegallant/dotfiles.git $HOME/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc
source ~/.zshrc || source ~/.bashrc
config config --local status.showUntrackedFiles no
# override all config files
config checkout -f
Languages
Nix
96.7%
Shell
1.8%
Just
1.5%