Skip to content

Instantly share code, notes, and snippets.

@Digi92
Last active October 4, 2016 21:45
Show Gist options
  • Save Digi92/a86f2ddf2b1b086ba690cdd2d21ef0bf to your computer and use it in GitHub Desktop.
Save Digi92/a86f2ddf2b1b086ba690cdd2d21ef0bf to your computer and use it in GitHub Desktop.
Oh-My-Zsh mit dem Theme "agnoster" installieren
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#$ git clone https://github.com/powerline/fonts.git
$ ./install.sh
Theme ändern
$ cd
$ vi .zshrc
Einsetzen/Ersetzen: ZSH_THEME="agnoster
Istallieren des Font Patches
Herunterladen und Installieren: https://github.com/powerline/fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf
Neue Font einstellen in iTerm2 (iTerm -> Preferences -> Profiles -> Text -> Change Font).
iTerm2 neustarten um die Änderung zu sehen.
Entfernen des Benutzernamen + Rechnername auf der CLI:
$ echo "DEFAULT_USER=\"USERNAME\"" >> ~/.zshrc && source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment