Forked from 480/gist:3b41f449686a089f34edb45d00672f28
Created
April 20, 2021 20:54
-
-
Save linuxpld/96d0c5df1acbe7aee1670c8761b080a6 to your computer and use it in GitHub Desktop.
Revisions
-
480 revised this gist
Apr 9, 2020 . 1 changed file with 18 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,9 +15,6 @@ https://github.com/powerline/fonts https://www.nerdfonts.com/font-downloads > recommend font: Hack Nerd Font https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip ### Change settings for vscode #### How? @@ -59,4 +56,21 @@ ps. This JSON type is `JSON with Comments`, so you can use comment syntax in it. ### Change Theme for Mac OSX Terminal to agnoster 1. Add DEFAULT_USER=`whoami` in `~/.zshrc` 1. Change Theme to `agnoster` in `~/.zshrc` 1. Restart Terminal or `source ~/.zshrc` ### Download `agnoster` theme and set up 1. Download https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master 2. Unzip 3. Open Mac Terminal 4. `CMD` + `,` open settings 5. on Left Sidebar, Click `Config` Icon and Select `Import...` 6. Choose Terminal Schema: `UnzipPath/terminal/*.terminal` 7. I recommend `Solarized Dark.terminal` 8. then, make it default (select imported schema and click "Default" button below) 9. That'all. if you restart terminal, you can see great `agnoster` theme with oh my zsh. -
480 revised this gist
Apr 9, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,7 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master 4. Add or Edit below settings to Settings JSON file 5. Save. 6. That's all ps. This JSON type is `JSON with Comments`, so you can use comment syntax in it. ```sh -
480 revised this gist
Apr 9, 2020 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,16 @@ https://www.nerdfonts.com/font-downloads https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master ### Change settings for vscode #### How? 1. open vscode 2. open Command Pallete (Short Cut: `F1`) 3. type `settings` and Select `Preferences: Open Settings (JSON)` 4. Add or Edit below settings to Settings JSON file 5. Save. 6. That's all ps. This JSON type is `JSON with Comments`, so you can use comment syntax in it. ```sh "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" -
480 revised this gist
Apr 9, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,8 +11,9 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. ### Install powerline fonts https://github.com/powerline/fonts ### or Install Nerd Fonts. (If you don't use powerline fonts) https://www.nerdfonts.com/font-downloads > recommend font: Hack Nerd Font https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip ### Download agnoster theme https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master @@ -44,6 +45,7 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master // "terminal.integrated.rendererType": "canvas" ``` ### Change Theme for Mac OSX Terminal to agnoster 1. Add DEFAULT_USER=`whoami` in `~/.zshrc` 1. Change Theme to `agnoster` in `~/.zshrc` 1. Restart Terminal or `source ~/.zshrc` -
480 revised this gist
Apr 9, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,9 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. ### Install powerline fonts https://github.com/powerline/fonts ### or Install Nerd Fonts. https://www.nerdfonts.com/font-downloads ### Download agnoster theme https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master -
480 revised this gist
Jan 30, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ http://ohmyz.sh/ ```sh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ### Install powerline fonts -
480 revised this gist
Jan 30, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,10 +11,10 @@ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/i ### Install powerline fonts https://github.com/powerline/fonts ### Download agnoster theme https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master ### Change settings for vscode ```sh "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" @@ -41,6 +41,6 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master // "terminal.integrated.rendererType": "canvas" ``` 1. Change Theme for Mac OSX Terminal to agnoster 1. Add DEFAULT_USER=`whoami` in `~/.zshrc` 1. Change Theme to `agnoster` in `~/.zshrc` -
480 revised this gist
Jan 30, 2020 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,14 +19,25 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" // @Drakal added // I'd also consider adjusting line height if icons are cut off on top too or things look super cramped. // "terminal.integrated.lineHeight": 1.3 // @ChongTang, @ramonsantos added // @gaochundong said it works like a charm. // "terminal.integrated.fontFamily": "Hack Nerd Font" // @dalekurt added (belows which gives me the the fonts for the terminal and the icons from Nerd Font.) // "terminal.integrated.fontFamily": "'Source Code Pro for Powerline', 'Hack Nerd Font' // @nickhingston , @olivebay added for powerlevel10k // I use powerline10k - which uses https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k // so this worked for me: // "terminal.integrated.fontFamily": "MesloLGS NF" // @kaustuv added // after the changing the font, still had some issues with the glyph spacing in the integrated terminal - fixed it with // @ar2zee : fixed the problem for me. // "terminal.integrated.rendererType": "canvas" ``` -
480 revised this gist
Sep 19, 2019 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,20 @@ ## MacOS X + oh my zsh + powerline fonts + visual studio code (vscode) terminal settings > Thank you everybody, Your comments makes it better ### Install oh my zsh http://ohmyz.sh/ ```sh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` ### Install powerline fonts https://github.com/powerline/fonts ### download agnoster theme https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master ### change setting for vs code ```sh "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" @@ -28,7 +31,5 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master ``` 1. change theme for Mac OSX Terminal to agnoster 1. add DEFAULT_USER=`whoami` in `~/.zshrc` 1. change theme to `agnoster` in `~/.zshrc` -
480 revised this gist
Sep 19, 2019 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,16 @@ https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master ```sh "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" // @ChongTang, @ramonsantos added // "terminal.integrated.fontFamily": "Hack Nerd Font" // @dalekurt added (belows which gives me the the fonts for the terminal and the icons from Nerd Font.) // "terminal.integrated.fontFamily": "'Source Code Pro for Powerline', 'Hack Nerd Font' // @kaustuv added // after the changing the font, still had some issues with the glyph spacing in the integrated terminal - fixed it with // "terminal.integrated.rendererType": "canvas" ``` 1. change theme for Mac OSX Terminal to agnoster -
480 revised this gist
Sep 19, 2019 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ 1. Install oh my zsh http://ohmyz.sh/ ```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 @@ -10,7 +12,7 @@ https://github.com/powerline/fonts https://github.com/mbadolato/iTerm2-Color-Schemes/zipball/master 1. change setting for vs code ```sh "terminal.integrated.fontFamily": "Source Code Pro for Powerline", "terminal.integrated.shell.osx": "/bin/zsh" ``` -
480 renamed this gist
Sep 19, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
480 created this gist
Oct 16, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ 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`