start new:
tmux
start new with session name:
tmux new -s myname
Prereq:
apt-get install zsh
apt-get install git-coreGetting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
| #!/usr/bin/env ruby | |
| # ************************************************************************ | |
| # A simple ruby script to read the index file of any git repository | |
| # and dump its contents to a file in a readable format. | |
| # | |
| # This is totally a study tool, written when I was trying to understand | |
| # the git internals. | |
| # | |
| # The file strucutre specification considered is this : |