I used ryanb's dotfiles (https://github.com/ryanb/dotfiles) for inspiration in creating my dotfiles.
git clone https://github.com/patjenk/dotfiles.git ~/.dotfilescd ~/.dotfilespython3 install.py install --pretendpython3 install.py install
You can overwriter files without prompts/backups with the "--force" flag.
python3 install.py install --force
I do most of my work in Linux terminals. I use bash most of the time but I have included zsh files for future adventures.
- git
- host
- whois
sudo apt-get install git host whois