DOTFILES
- Install iTerm2
Navigate to https://iterm2.com/index.html and click the huge "Download" button.
- Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Follow the prompts in the script.
bash setup.sh
-
Configure terminal to use Meslo Nerd Font
-
Install node. Necessary for LSPs.
nvm install --lts
- Root password is necessary for
Docker
installation - Any new symlinks to be created must be added into
setup.sh
; script is hard-coded. No plans to update yet, since it is unlikely that I will have many new config files to manage. - Pre/Post-installation steps are not 100% certain. Will update.
- Exploring alternative terminal emulators like Kitty, since iTerm2 settings have to be configured using the GUI.