My dotfiles
- Clone or download this Repository
- Copy the
.vimrcand/or.zshrcfiles to your home-directory - Install Antigen (see https://github.com/zsh-users/antigen/wiki/Installation)
- On macOS run
brew install antigen - On Debian Linux run
apt-get install zsh-antigenor using the installer curl -L git.io/antigen > antigen.zsh
- On macOS run
- Install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Install Vundle and plugins in vim
:PluginInstallor commandlinevim +PluginInstall +qall
- Enjoy
Problem
err: please use GUI or a 256-color terminal (so that t_Co=256 could be set)
Put this line in your ~/.zshrc or ~/.bashrc
[[ "$TERM" == "xterm" ]] && export TERM=xterm-256color