Originally inspired by the Advanced Command Line PeepCode screencast.
Install things:
- Install Homebrew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install oh-my-zsh.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install zsh-syntax-highlighting.
brew install zsh-syntax-highlighting
- Install Starship prompt.
brew install starship
- Install a fancy font.
- Install fzf.
brew install fzf
- Follow its instructions to finish installation.
- Helix stuff
- Install Emmet
npm i -g @olrtg/emmet-language-server
- Install spell checker
npm install -g @vlabo/cspell-lsp
- Automatic light/dark mode switching
- Install Hammerspoon
brew install hammerspoon
- Get it running and configure it how you want
hs
- Install Emmet
- Set up GPG stuff for Git.
Run the installer: ./install.sh