General config files
My vimrc.
A lot was borrowed from "A Good Vimrc" by Doug Black.
clone git repo: git clone https://github.com/AmmarShaqeel/dotfiles
symlink vimrc to _vimrc
symlink vimfiles\ftplugin to .\ftplugin
symlink vimfiles\indent to .\indent
Install vim-plug: https://github.com/junegunn/vim-plug
Run PlugInstall
then:
Compile YCM: https://github.com/ycm-core/YouCompleteMe
Install Solarized: cd vimfiles/plugged/vim-colors-solarized/
and mv solarized.vim ~/.vim/colors/
ln vimrc ~/.vimrc
ln bash/bashrc ~/.bashrc
directory:
mklink /J "C:\users\ammar_laptop\vimfiles\ftplugin" ".\ftplugin"
mklink /J "C:\users\ammar_laptop\vimfiles\indent" ".\indent"
file:
mklink /H "C:\users\ammar_laptop\_vimrc" ".\_vimrc"
README
Just some aliases and a colour theme.