Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gantir/2713a0e26edaeade56e48635107b2f1b to your computer and use it in GitHub Desktop.

Select an option

Save gantir/2713a0e26edaeade56e48635107b2f1b to your computer and use it in GitHub Desktop.
iTerm 2 + fish + omf + Material Design + Meslo

iTerm2

Install iTerm 2

  • Download and install iTerm2 (it has better color fidelity than the built in Terminal).

Install color scheme

Get the iTerm color settings:

Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> Preferences -> Profiles -> Colors -> Load Presets. You can create a different profile, other than Default if you wish to do so.

Install a patched font

Open the downloaded font and press "Install Font".

Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

  • Regular Font -> "Change Font"
  • Non-ASCII Font -> "Change Font"

Restart iTerm2 for all changes to take effect.

Oh My Fish Shell

Install Fish Shell

Download and install Fish Shell.

Change default shell to fish:

chsh -s /usr/local/bin/fish

Install OMF

curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish

When the installation is done, call omf update for updating framework and installed packages.

If something goes wrong call omf doctor.

Install theme

omf install agnoster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment