top of page
TERMINAL

1
Go to this Git Repo and download the code or clone the repo
2
Run these lines in the terminal to allow enable customized color formatting in terminal
​
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
3
Navigate to the cloned or downloaded repo directory and to the themes/ folder, and double click "Unikitty.terminal"
4
This will open the terminal. Then, go to terminal "Shell" and "Use Settings as Default"
bottom of page