Follow these steps to transform your system.
Clone the repository or download the source code.
wget https://github.com/TerrorSquad/ansible-post-installation/archive/refs/heads/master.zip \
&& unzip master.zip \
&& cd ansible-post-installation-master
Execute the playbook for your OS. You will be prompted for your sudo password (the -K flag) to allow package installation.
ansible-playbook ./playbook.yaml -K
ansible-playbook ./playbook_macos.yaml -K
Once finished, restart your terminal or log out and log back in to see the changes (Zsh, fonts, etc.).
For servers or WSL environments where you only need CLI tools.
ansible-playbook ./playbook.yaml -K
For a personal computer where you want browsers, chat apps, and GUI IDEs.
ansible-playbook ./playbook.yaml -K -e all=true
Need to customize what gets installed, configure Git automatically, or solve GitHub rate limit issues?
You've successfully installed Griffin! Now you can enjoy a streamlined and efficient Linux experience.
-e git_user_email="..." and -e git_user_name="...".If you see errors related to GitHub API rate limits:
-e all=true-K flag for sudo password