2021-01-07 09:23:02 -05:00
2021-01-07 09:23:02 -05:00
2020-11-27 13:24:07 -05:00
2020-12-27 21:12:15 -05:00
2020-12-18 21:45:50 -05:00
2020-05-06 13:12:24 -04:00
2020-08-01 19:42:48 -04:00
2020-11-15 15:01:36 -05:00

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
Description
configuration for my mac and linux workstations
Readme MIT 6.9 MiB
Languages
Nix 96.6%
Shell 1.9%
Just 1.5%