Skip to content

My dotfiles and other shell settings

Notifications You must be signed in to change notification settings

cesarferradas/dotfiles

Repository files navigation

dotfiles

A collection of config files for my iTerm + Oh My Zsh terminal setup.

Setup

  1. Download iTerm2 and open it.

  2. Clone this repo to your home directory and run the setup script (at your own risk!):

    cd ~
    git init
    git remote add origin <repo_url>
    git fetch
    git checkout -f master
    ./setup.sh
  3. Go to iTerm2 > Preferences > Profiles > Colors and import the iterm/Dracula.itermcolors preset.