oh-my-God is a catholic based theme for oh-my-zsh. Don't know how to install oh-my-zsh? No problem, here's a guide
oh-my-God displays your current time, your username and the current directory. In git directories, it displays your current branch and some symbols that represent your branch status:
- ! = Unstaged changes
- ⋆ = Everything is ok
- ? = Untracked files
- • = A file has been modified
- + = A file has been added
Furthermore, at every friday, it will display a "No meat today" warning
Just run install.sh:
bash ./install.sh
After that, change the following line in your .zshrc file to:
ZSH_THEME="oh-my-God"If you want your terminal to look like mine, i recommend you to install 2 plugins: zsh-syntax-highlighting and zsh-auto-suggestions. i also recommend the use of a dark theme for your terminal, like Dark GNOME for the gnome terminal.