-
Copy config file on this folder to their places.
-
Install homebrew
-
Install iTerm2
-
Install tmux
-
Install neovim
-
Install ack
brew install ack
-
Install ctags
brew install ctags
-
Install amix/vimrc (awesome version)
-
Install asdf
-
Install asdf-nodejs
-
Install nodejs 16.14.0
asdf install nodejs 16.14.0
-
Make that version of nodejs global
asdf global nodejs 16.14.0
-
Install Plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
-
Install coc.nvim
npm install --global yarn cd ~/.vim_runtime/my_plugins/coc.nvim yarn install
-
Install solargraph
gem install solargraph
-
Open nvim, execute
:PlugInstall :CocInstall coc-json coc-tsserver coc-go coc-jedi
-
Install and config vim-tmux-navigator
-
Install TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm tmux source ~/.tmux.conf
Press prefix + I (capital i, as in Install) to fetch the plugin.
-
Config tmux vim-binding
-
[Optional] Setup git gpg