mirror of
https://github.com/davegallant/nix-config
synced 2025-11-25 23:14:16 +00:00
a1f3b6a98e8e2c14bf5a79a00b91a6349257625e
dotfiles
use
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.3%
Shell
2.1%
Just
1.6%
