Terminal enhancements

Dropdown terminal It seems Guake is an obvious choice for everyone, but Tilix gives terminator features of splitting a window with flavor of Guake. yaourt -S tilix-bin To use tilix as a dropdown terminal, you need to setup a key with tilix -q as action. Install zsh sudo pacman -S zsh Install git sudo pacman -S git Setup oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh chsh -s `which zsh` ZSH Theme I am using a custom theme inspired from juanghurtado. ...

April 20, 2018 · 1 min · Sanjeev Kumar Pandit