- Create brewfile
- setup install scripts for things (Spectical, Tmux (oh-my-zsh might take care of this?), pipenv, oh-my-zsh, etc)
- Add documentation about stow?
- NPM
- NVM
- oh-my-zsh
- pipenv
- Homebrew
- Tmux
- tig
- neovim
- Spectacle
- Karabiner-Elements
- Github cli
- Install Brew
- brew install github cli
brew install gh
- clone dotfiles
- from dotfiles repo,
brew bundle
- install oh-my-zsh '$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'
- zsh-syntax-highlighting needs to be cloned to the zsh plugins directory for it to work.
- https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#in-your-zshrc
- stow dotfiles directories
- install VimPlug, run vim and run PlugInstall
- install lsp servers (this should happen automatically now)
- might have to add something to zshrc to get nvm working... seems it has changed recently..?