This is a repository with my configuration files
Before you start doing this, you'll need Install the Vundle.
-
Download the vimrc from the repository and put on your ~/ (If you already have one, just add the content to your .vimrc, making necessary changes)
-
Open vim and run
:PluginInstall
Optional Steps:
- To use the YouComplete me Plugin, follow the tutorial on the YouCompleteMe git page
- To use wakatime plugin, you'll need create an account on Wakatime and setup API Key
Before you start doing this, you'll need Install the zsh Also you need to install the oh-my-zsh.
-
Download the [zshrc] from the repository and put on your ~/ (If you already have one, just add the content to your .zshrc, making necessary changes)
-
To enable syntax highlight you need to run
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
-
Run
source .zshrc