-
Font of choice: FiraCode
-
iTerm 2 theme: TokyoNight - Storm
-
Instal dependencies for telescope:
- ripgrep -
brew install ripgrep - fd -
brew install fd
- ripgrep -
-
Install LSPs
- Ruby via solargraph
- Javascript (and typescript) via tsserver
- ESlint via vscode-eslint-language-server
I'm still using oh-my-zsh for my zsh configuration. Set language/computer-specific dependencies in
~/.zshenv
brew install oh-my-zshln -s ./zshrc ~/.zshrcI've recently switched from vim to neovim and in the process I'm evaluating how relevant individual
plugins are so there is not yet parity between my vimrc and init.vim examples.
brew install neovimln -s ./nvim ~/.config/nvim- Boot neovim
- Run
:PlugInstall