Forked from 480/gist:3b41f449686a089f34edb45d00672f28
Created
October 25, 2018 17:46
-
-
Save Ibochkarev/556d7643283415920c56dd57fb66a880 to your computer and use it in GitHub Desktop.
MacOS X + oh my zsh + powerline fonts + visual studio code terminal settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install oh my zsh | |
http://ohmyz.sh/ | |
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
1. Install powerline fonts | |
https://github.com/powerline/fonts | |
1. download agnoster theme | |
https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master | |
1. change setting for vs code | |
``` | |
"terminal.integrated.fontFamily": "Source Code Pro for Powerline", | |
"terminal.integrated.shell.osx": "/bin/zsh" | |
``` | |
1. change theme for Mac OSX Terminal to agnoster | |
1. add DEFAULT_USER=`whoami` in `~/.zshrc` | |
1. change theme to `agnoster` in `~/.zshrc` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment