Skip to content

Instantly share code, notes, and snippets.

@TresSims
Last active November 27, 2024 02:51
Show Gist options
  • Save TresSims/4474867fa9bcb21b0acb41bcf3f30e2b to your computer and use it in GitHub Desktop.
Save TresSims/4474867fa9bcb21b0acb41bcf3f30e2b to your computer and use it in GitHub Desktop.
!# /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