-
-
Save goelprateek/8c63aada7b32d43ab0aa434fd45114c4 to your computer and use it in GitHub Desktop.
Revisions
-
renshuki revised this gist
Aug 16, 2017 . No changes.There are no files selected for viewing
-
renshuki revised this gist
Jun 12, 2017 . 1 changed file with 2 additions 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 @@ -71,6 +71,7 @@ cd ~/.solarized - Choose **option 1** to download seebi' dircolors-solarized After installation, open ```.zshrc``` and add the line: ```bash eval `dircolors ~/.dir_colors/dircolors` ``` @@ -79,7 +80,7 @@ To activate dark solarize theme in Terminator just right click on the terminal, > Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark > Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized Restart Terminator and you're done! ### Ruby developer __(optional)__ -
renshuki revised this gist
Jun 12, 2017 . 1 changed file with 8 additions and 13 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 @@ -67,22 +67,17 @@ git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git ~/.solar cd ~/.solarized ./install.sh ``` - I recommend you **option 1** (dark theme) which is just great. - Choose **option 1** to download seebi' dircolors-solarized After installation, open ```.zshrc``` and add the line: ```bash eval `dircolors ~/.dir_colors/dircolors` ``` To activate dark solarize theme in Terminator just right click on the terminal, > Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark > Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized > Restart Terminator and you're done! -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 2 additions 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 @@ -12,7 +12,8 @@ sudo apt-get install terminator ```bash sudo apt-get install zsh ``` > Restart your terminal. Choose option 2 for Z Shell configuration. > Don't forget to migrate your previous configurations (RVM, Rbenv...) from ```.bashrc``` to ```.zshrc``` ## Install Oh My ZSH -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 16 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 @@ -71,7 +71,7 @@ To activate dark solarize theme in Terminator just right click on the terminal, > Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark > Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized #### Change directory colors to solarize ```bash cd wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-dark @@ -85,14 +85,24 @@ eval `dircolors ~/.solarized/dircolors.ansi-dark` > Restart Terminator and you're done! ### Ruby developer __(optional)__ #### Plugins If you are Ruby developer you can use these plugins by replacing plugins in ```.zshrc``` ```bash plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting) ``` #### Ruby version prompt (Add one of the line below into your ```.zshrc``` file) ##### RVM users ```bash RPROMPT="\$(~/.rvm/bin/rvm-prompt s i v g)%{$fg[yellow]%}[%*]" ``` ##### Rbenv users ```bash RPROMPT='%{$fg[yellow]%}$(rbenv version-name)%{$reset_color%}%' ``` ### That's it! -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 3 additions 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 @@ -83,13 +83,15 @@ Open ```.zshrc``` and add the line: eval `dircolors ~/.solarized/dircolors.ansi-dark` ``` > Restart Terminator and you're done! ### Plugins If you are Ruby developer you can use these plugins instead __(optional)__ ```bash plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting) ``` ### That's it! -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 9 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 @@ -68,12 +68,19 @@ cd ~/.solarized ``` I recommend you option 1 (dark theme) which is just great. To activate dark solarize theme in Terminator just right click on the terminal, > Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark > Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized #### Change the directory colors to solarize ```bash cd wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-dark mv dircolors.ansi-dark .solarized ``` Open ```.zshrc``` and add the line: ```bash eval `dircolors ~/.solarized/dircolors.ansi-dark` ``` ### Plugins -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 2 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 @@ -66,8 +66,8 @@ git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git ~/.solar cd ~/.solarized ./install.sh ``` I recommend you option 1 (dark theme) which is just great. To activate dark solarize theme in Terminator just right click on the terminal, >> Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark >> Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 22 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 @@ -54,6 +54,28 @@ Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] ZSH_THEME="agnoster" ``` #### Change theme colors to solarize ```dconf``` is required if you don't already have it. ```bash sudo apt-get install dconf-cli ``` ```bash git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git ~/.solarized cd ~/.solarized ./install.sh ``` > I recommend you option 1 (dark theme) which is just great. > To activate dark solarize theme in Terminator just right click on the terminal, >> Preferences>Profiles>Colors>Foreground and Background>Built-in schemes: Solarized dark >> Preferences>Profiles>Colors>Palette>Built-in schemes: Solarized #### Change the directory colors to solarize ```bash ``` ### Plugins If you are Ruby developer you can use these plugins instead __(optional)__ ```bash -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 2 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 @@ -49,13 +49,13 @@ vim ~/.zshrc ``` ### Theme Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] ```bash ZSH_THEME="agnoster" ``` ### Plugins If you are Ruby developer you can use these plugins instead __(optional)__ ```bash plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting) ``` -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 11 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 @@ -48,8 +48,17 @@ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ vim ~/.zshrc ``` ### Theme 1. Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] ```bash ZSH_THEME="agnoster" ``` ### Plugins 2. If you are Ruby developer you can use these plugins instead __(optional)__ ```bash plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting) ``` ## That's it! -
renshuki renamed this gist
Dec 13, 2015 . 1 changed file with 3 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 @@ -29,18 +29,14 @@ cd wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf mv PowerlineSymbols.otf ~/.fonts/ mkdir -p .config/fontconfig/conf.d #if directory doesn't exists ``` ### Clean fonts cache ```bash fc-cache -vf ~/.fonts/ ``` ### Move config file ```bash mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ @@ -55,6 +51,8 @@ vim ~/.zshrc > 1. Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] > 2. Change [plugins=(git)] to [plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting)] __(optional)__ ## That's it! -
renshuki revised this gist
Dec 13, 2015 . 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 @@ -53,7 +53,7 @@ vim ~/.zshrc ``` > 1. Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] > 2. Change [plugins=(git)] to [plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting)] __(optional)__ -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 26 additions 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 @@ -21,14 +21,39 @@ cd sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` ## Setup missing fonts (powerline) ### Install powerline font ```bash cd wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf mv PowerlineSymbols.otf ~/.fonts/ ``` ### Clean fonts cache ```bash fc-cache -vf ~/.fonts/ ``` ### If directory doesn't exists ```bash mkdir -p .config/fontconfig/conf.d ``` ### Move config file ```bash mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ ``` ## Configure ZSH ```bash vim ~/.zshrc ``` > 1. Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] > 2. Change [plugins=(git)] to [plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting)] (optional) -
renshuki revised this gist
Dec 13, 2015 . 2 changed files with 35 additions and 17 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 +0,0 @@ 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,35 @@ ## Install Terminator (shell) ```bash sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator ``` > Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T"). ## Install ZSH ```bash sudo apt-get install zsh ``` > Restart your terminal. Choose option 2 for Z Shell configuration. ## Install Oh My ZSH ```bash cd sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` ## Configure ZSH ```bash vim ~/.zshrc ``` > 1. Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"] > 2. Change [plugins=(git)] to [plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting)] -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 2 additions and 7 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 @@ -5,18 +5,13 @@ sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator ``` > Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T"). ## Install ZSH ```bash sudo apt-get install zsh ``` > Restart your terminal. Choose option 2 for Z Shell configuration. ## Install Oh My ZSH -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 8 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 @@ -5,10 +5,18 @@ sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator ``` > Terminator should be setup as default now > Restart your terminal (shortcut: "Ctrl+Alt+T") ## Install ZSH ```bash sudo apt-get install zsh ``` > Restart your terminal > Choose option 2 for Z Shell configuration >>(2) Populate your ~/.zshrc with the configuration recommended >>by the system administrator and exit (you will need to edit >>the file by hand, if so desired). ## Install Oh My ZSH -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 3 additions 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 @@ -9,4 +9,6 @@ sudo apt-get install terminator ```bash sudo apt-get install zsh ``` ## Install Oh My ZSH -
renshuki revised this gist
Dec 13, 2015 . 1 changed file with 6 additions 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 @@ -1,7 +1,12 @@ ## Install Terminator (shell) ```bash sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator ``` ## Install ZSH ```bash sudo apt-get install zsh ``` -
renshuki created this gist
Dec 13, 2015 .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,7 @@ # Install Terminator (shell) ```bash sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator ```