To use this Terminator's configuration:
mkdir -p ~/.config/terminator
cp terminator ~/.config/terminator/config
Then go to "Terminator's settings > Profiles > default > colors > Background" and set the color to #152e41
To use this this Zsh configuration, install zsh first :
sudo apt install zsh
install Oh My Zsh :
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
copy zsh config in the home directory of the user :
cp zshrc ~/.zshrc
Result should look like this :