No description
- Vim Script 98.9%
- Shell 0.4%
- Dockerfile 0.4%
- Lua 0.2%
- Makefile 0.1%
| .config | Add nvim config | |
| .git_template/hooks | Initial import | |
| .vim/autoload | Initial import | |
| .bash_profile | Source local bash_profile | |
| .bashrc | Add NVM config/setup | |
| .gdbinit | Do not use intel syntax in GDB | |
| .gitconfig | Set git default branch to master | |
| .gitignore | Initial import | |
| .gitignore_global | Initial import | |
| .inputrc | Initial import | |
| .vimrc | Clean up .vimrc | |
| .vimrc.vanilla | Initial import | |
| Dockerfile | Remove vundle from dockerfile | |
| LICENSE | Initial import | |
| Makefile | Initial import | |
| README.md | Initial import | |
My dotfiles
Usage
git clone --bare https://github.com/Phosphenius/dotfiles.git $HOME/.dotfiles.git
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no