_ _ __ _ _
__| | ___ | |_ / _(_) | ___ ___
/ _` |/ _ \| __| |_| | |/ _ \/ __|
| (_| | (_) | |_| _| | | __/\__ \
\__,_|\___/ \__|_| |_|_|\___||___/
Zero friction mac and linux bootstrap
mkdir ~/git && cd ~/git
git clone https://github.com/akhon/dotfiles.git && cd dotfiles
git remote set-url origin git@github.com:akhon/dotfiles.git # ssh push later
./init_mac.sh
sudo yum -y install git
git clone https://github.com/akhon/dotfiles.git && cd dotfiles
./init_centos.sh
¯\_(ツ)_/¯
The init_<distro>.sh
script must have the following order:
- dotfiles
- os-specific scripts
- common scripts
All scripts are idempotent - hack & rerun until it works.