|
|
9 months ago | |
|---|---|---|
| .config | 9 months ago | |
| .local | 10 months ago | |
| .bash_profile | 1 year ago | |
| .bashrc | 1 year ago | |
| .gitignore | 1 year ago | |
| .inputrc | 1 year ago | |
| .profile | 1 year ago | |
| .tmux.conf | 1 year ago | |
| .vim | 1 year ago | |
| .vimrc | 1 year ago | |
| .xinitrc | 1 year ago | |
| .zprofile | 1 year ago | |
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
My Arch Linux dotfiles. Most of them are personalized variants of the LARBS dotfiles.
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/TiynGER/.dotfiles $HOME/.dotfiles
config checkout
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}
config checkout
config config --local status.showUntrackedFiles no
config pull