My own debian scripts and configs
It should be cloned into ~/bin
cd ~/
mkdir bin
cd bin
git clone https://github.com/idachev/own-debian-configs.git .
To install all the bash/zsh and other programs settings in a clean debian/ubuntu/mint call
cd settings/linux/home
source create_links
ln -s ~/.ssh/id_rsa ~/.local_ssh_key
To add specifics only to the local shell config use:
~/.localrc
To do this for the root home:
sudo -i
cd /home/<username>/bin/settings/linux/root
source create_links
To install all useful programs call
apt_install_all_goodies.sh
Check settings/linux/home/_manual_/gnome-terminal