Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.01 KB

dotfiles

DOTFILES

Prerequisites

  1. Install iTerm2

Navigate to https://iterm2.com/index.html and click the huge "Download" button.

  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Setup

# Follow the prompts in the script.
bash setup.sh

Post Setup

  1. Configure terminal to use Meslo Nerd Font

  2. Install node. Necessary for LSPs.

nvm install --lts

Notes

  • 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.