Mac-iTerm'e alışıksanız Terminator daha uyumludur.
sudo apt-get install guake
# Oh-my-god :)
apt-get install zsh
apt-get install git-core # if not installed
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
(Either restart the computer or simply kill the terminal process. Kudos to @tsabat for => https://gist.github.com/tsabat/1498393)$ cd ~
$ vim .zshrcplugins=( ) kaydını bulup aşağıdakiler ile değiştirin (daha fazlası için plugins sayfasına bakabilirsiniz.
plugins=(
git python pip docker npm node sublime kubectl kops redis-cli docker-machine django docker-compose
)Plugins listesine aldığınız araç/dillerin autocoplete desteğine sahipsiniz :)