Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 851 Bytes

readme.md

File metadata and controls

34 lines (20 loc) · 851 Bytes

image

Usage

See dotfiles.github.io for a full explanation of what's going on here.

  1. Install Homebrew.

  2. Install all the software in Brewfile.

     brew bundle
    
  3. Switch the default shell in iTerm to /opt/homebrew/bin/zsh

  4. Copy all the dotfiles to ~/

     ./bootstrap.sh
    
  5. Override the macOS defaults.

     ./.osx
    
  6. Import shades-of-purple.itermcolors into iTerm2.

  7. Install Visual Studio Code extensions in vscode.

Maintenance

  1. Update Brewfile with current Homebrew state.

     brew bundle dump
    
  2. Save Visual Studio extensions list

     code --list-extensions > vscode/extensions.txt