- Install git, zsh, etc. Use laptop script or see what it installs.
- Install rcm if it is not installed with laptop script
- Clone this repo to ~/.dotfiles:
git clone git@github.com:cema-sp/dotfiles "$HOME/.dotfiles"
- Install with rcm:
RCRC=$HOME/.dotfiles/rcrc rcup -v`
- If hooks doesn't work, run them manualy
- Install neovim packages:
pip2 install --upgrade pip
pip3 install --upgrade pip
pip2 install --upgrade neovim
pip3 install --upgrade neovim
gem install neovim
- Download vim-plug (if not installed by laptop script):
-
For vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
For neovim
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Install vim plugins:
vim +PlugInstall
-
Check Neovim health:
vim +CheckHealth
-
Make Sublime plugins work: -
Get your GitHub OAuth token here and add following line to ~/Library/Application Support/Sublime Text 3/Packages/User/MarkdownPreview.sublime-settings:
`"github_oauth_token": "<YOU TOKEN>"`