2020-11-15 15:01:36 -05:00
2020-11-14 15:22:21 -05:00
2020-05-06 13:12:24 -04:00
2020-11-02 21:16:05 -05:00
2020-11-12 09:48:06 -05:00
2020-05-06 13:12:24 -04:00
2020-08-01 19:42:48 -04:00
2020-08-30 17:55:22 -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%