Skip to content

debugpai-zz/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbolic links

# setup vim
$ mv ~/.vim ~/old_.vim
$ ln -s ~/dotfiles/.vim ~/.vim
$ mv ~/.vimrc ~/old_.vimrc
$ ln -s ~/dotfiles/.vimrc ~/.vimrc

# setup neovim
$ mv ~/.config/nvim ~/.config/old_nvim
$ ln -s ~/dotfiles/.vim ~/.config/nvim

# installing vim plugins
$ vi ~/.vimrc
:PlugInstall

YouCompleteMe, JavaScript auto completer

# installing neovim python modules
$ sudo easy_install pip
$ pip install --user neovim

# installing YouCompleteMe with tern-completer
$ cd ~/dotfiles/.vim/plugged/YouCompleteMe
$ ./install.py --tern-completer

# setup global .tern-config
$ ln -s ~/dotfiles/.tern-config ~/.tern-config

Iterm2 theme/colors

  • Please install the nightly build of iterm2
  • In the Preferences tab goto the Profiles tab and select the appropriate Profile
  • In the Colors tab, click on the Color Presets dropdown and import ~/dotfiles/iterm2/base16-oceanicnext.dark.itermcolors
  • Click on the Color Presets dropdown and select base16-oceanicnext.dark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 96.2%
  • Shell 3.8%