collection of dotfiles
- Install Neovim
- Install vim-plug
- Clone this repo, and link
~/.config/nvim/init.vimtoinit.vimln -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.jsonln -s ~/git/dotfiles/coc-settings.json ~/.vim/coc-settings.json - Install
fzfandag - 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