Skip to content

lfender6445/iterm2_rainbow_tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

iTerm2 rainbow tabs

randomized tab colors for iTerm2

iterm2 rainbow tabs

install

mkdir ~/my_script_folder
cd ~/my_script_folder/
git clone [email protected]:lfender6445/iterm2_rainbow_tabs.git
cd iterm2_rainbow_tabs
chmod u+x iterm2_rainbow_tabs.sh

then add the following to your ~/.bash_profile (bash) or ~ /.zprofile (zsh)

dont forget to update the path so it points to the right file

if [ -f ~/my_script_folder/iterm2_rainbow_tabs/iterm2_rainbow_tabs.sh ];
 then . ~/my_script_folder/iterm2_rainbow_tabs/iterm2_rainbow_tabs.sh
fi

start a new terminal session or open a new tab. enjoy!

modifying the colors

you can source the file to run any of the functions defined within ~/my_script_folder/iterm2_rainbow_tabs/iterm2_rainbow_tabs.sh

eg source ./iterm2_rainbow_tabs/iterm2_rainbow_tabs.sh

then call tab_orange_red from command line to try out different colors!

if there is a color you dont like, you can remove it from the array my_favorite_colors defined at the bottom the script.

misc

over 100 free iTerm2 color schemes

thanks

https://github.com/jacaetevha/finna-be-octo-hipster/

About

randomized tab colors for iTerm2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages