- Bash
- Vim
- Screen
$ ln -s dotfiles/bashrc-debian6 .bashrc
$ ln -s dotfiles/bashrc .bashrc_aliases
- Debian has a comprehensive default .bashrc sourced as the primary .bashrc
- Custom settings are in
bashrc
and included by the debian bash rc via.bashrc_aliases
$ ln -s dotfiles/vimrc .vimrc
$ ln -s dotfiles/vim .vim
- Bundles configured with Pathogen
- Bundles included as sub modules; use git clone --recursive to get them all
- jslint.vim
- nerdcommenter
- nerdtree
- solarized
- supertab
- tagbar
- vim-colorschemes
- vim-yui3
$ ln -s dotfiles/screenrc .screenrc
- Fix Backspace, Delete ^H issue