Initial commit

This commit is contained in:
Dave Gallant
2019-10-21 16:37:23 -04:00
commit cec4966e44
28 changed files with 1827 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# dotfiles
![screenshot](https://user-images.githubusercontent.com/4519234/77236166-52fe0d80-6b92-11ea-8b78-cb94b29c4265.png)
## use
```shell
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
```
See: https://www.atlassian.com/git/tutorials/dotfiles