collection of dotfiles
- Install Neovim
- Install vim-plug
- Clone this repo, and link
~/.config/nvim/init.vim
toinit.vim
ln -s ~/git/dotfiles/init.vim ~/.config/nvim/init.vim
- Open Neovim (
nvim
) and run:PlugInstall
- Install coc plugins:
:CocInstall coc-tsserver coc-eslint coc-json coc-prettier coc-css
- Link
coc-settings.json
ln -s ~/git/dotfiles/coc-settings.json ~/.vim/coc-settings.json
- Install
fzf
andag
- If you see "requires python" error, install
pip3 install neovim
- Install zsh
- Set zsh as default shell -
chsh -s $(which zsh)
(you might need to logoff, and login again to see it in action) - Link file
$ ln -s ~/git/dotfiles/zshrc ~/.zshrc