mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
b63b38745598189b34e6fd212f57d86ac907b063
dotfiles
Setup a bare git repo
git clone --bare git@github.com:davegallant/dotfiles.git $HOME/.dotfiles
alias config='/usr/bin/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.6%
Shell
1.9%
Just
1.5%