personal dotfiles for personal computers
| .config | ||
| .vim | ||
| bin | ||
| Pictures/wallpapers | ||
| xontrib | ||
| xsh | ||
| .gitconfig | ||
| .tmux.conf | ||
| .vimrc | ||
| .xonshrc | ||
| README.md | ||
dots
disclaimer
These dotfiles are... unstable, still being put together, still hashing out how I want it to work, whatever you want to call it. Do not install unless you're 100% sure what everything does.
Installation
That said, here's installation:
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare <git-repo-url> $HOME/.cfg
config checkout
config config --local status.showUntrackedFiles no