Last active
November 27, 2024 02:51
-
-
Save TresSims/4474867fa9bcb21b0acb41bcf3f30e2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !# /usr/bin/sh | |
| # Easy as 1, 2, 3 | |
| # 1) Install pre-recs | |
| pacman -Syu --noconfirm | |
| pacman -S git python-pipx --noconfirm | |
| # 2) Install ansible | |
| pipx install ansible ansible-core ansible-community | |
| pipx ensurepath | |
| /root/.local/bin/ansible-galaxy collection install community.general | |
| # 3) Run that shit | |
| /root/.local/bin/ansible-pull -U https://github.com/TresSims/desktop_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment