Checkout and init the submodule.
git clone git://git.zx2c4.com/cgit
cd cgit
git submodule init
git submodule update| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad | |
| export EDITOR=vim | |
| export PS1="\[$(tput bold)\]🔮 \[$(tput setaf 5)\][\[$(tput setaf 2)\]\W\[$(tput setaf 5)\]]\[$(tput setaf 4)\]: \[$(tput sgr0)\]" | |
| export SHELL_SESSION_HISTORY=0 | |
| export HOMEBREW_INSTALL_CLEANUP=1 | |
| export BASH_SILENCE_DEPRECATION_WARNING=1 |
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Color Scheme - Default/Sixteen.sublime-color-scheme", | |
| "dictionary": "Packages/Language - English/en_US.dic", | |
| "draw_indent_guides": true, | |
| "draw_minimap_border": true, | |
| "draw_white_space": "selection", | |
| "fade_fold_buttons": false, |
| PROMPT="🔮 %B%F{magenta}[%F{green}%2~%F{magenta}]%f:%b " | |
| HISTFILE=${ZDOTDIR:-$HOME}/.zsh_history | |
| SAVEHIST=5000 | |
| HISTSIZE=2000 | |
| export CLICOLOR=1 | |
| export EDITOR=vim | |
| # include more info like like in history file |
| [color] | |
| ui = true | |
| [log] | |
| date = auto:human | |
| [format] | |
| pretty = format:🏷 %C(auto, bold yellow) %h 📅 %<(16,trunc)%C(auto, bold green)%ad 💃 %<(16,trunc)%C(auto, bold red)%aN 📨 %<(70,mtrunc)%C(auto, bold blue)%s | |