Skip to content

troyharvey/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.2%
  • Ruby 38.8%