Repository to hold my tmux/vim/bash configuration files.
git clone [email protected]:theunforgiven/fanseashell.git ~/.fanseashell
echo source ~/.fanseashell/bash_custom >> ~/.bashrc
cd ~/.fanseashell
git submodule update --init --recursive
cd
~/.fanseashell/init.sh
When the init.sh script is executed the following symlinks are created:
- ~/.fanseashell/vimrc to ~/.vimrc
- ~/.fanseashell/tmux.conf to ~/.tmux.conf
- ~/.fanseashell/gitconfig to ~/.gitconfig
- ~/.fanseashell/vim to ~/.vim.
- You will need to set the terminal type string in Connection->Data to 'xterm-256color' otherwise tmux has issues
- Vimproc will need to be built on windows see vimproc.vim