Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 667 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 667 Bytes

Terminal Settings

My personal .vimrc and .zshrc files.

Ergodox

https://configure.ergodox-ez.com/keyboard_layouts/zjnznz/edit

With karabiner: https://configure.ergodox-ez.com/layouts/o9Pe/latest/0

Installing vim

brew install vim --with-override-system-vi

Cloning

git clone https://github.com/JackTLi/terminal-settings.git ~/projects/terminal-settings

Creating symlinks

ln -s ~/projects/terminal-settings/.zshrc ~/.zshrc
ln -s ~/projects/terminal-settings/.vimrc ~/.vimrc

Potential issues:

No module found named ycm_core

cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer