Skip to content

Commit

Permalink
iTerm Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
DVG committed May 25, 2021
1 parent 9056245 commit 9e4eb57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions iterm2/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Install iTerm 2 from Homebrew Cask
# along with favorite color schemes

brew install --cask iterm2

git clone [email protected]:mbadolato/iTerm2-Color-Schemes.git $HOME/iterm2-colors
cd $HOME/iterm2-colors
tools/import-scheme.sh 'Tomorrow Night.itermcolors'
rm -rf $HOME/iterm2-colors

0 comments on commit 9e4eb57

Please sign in to comment.