Skip to content

Instantly share code, notes, and snippets.

@usmcamp0811
Created July 20, 2021 18:27
Show Gist options
  • Save usmcamp0811/6673f37b185b5cfbd1945f2cc233f59b to your computer and use it in GitHub Desktop.
Save usmcamp0811/6673f37b185b5cfbd1945f2cc233f59b to your computer and use it in GitHub Desktop.
simple arch setup script
#!/bin/sh
echo "Installing Base Packages from the Arch main repositories"
sudo pacman -S $(curl https://raw.githubusercontent.com/usmcamp0811/dotfiles/wopr/pkglist-base | cut -d ' ')
echo "Installing Base Packages from AUR"
sudo pacman -S $(curl https://raw.githubusercontent.com/usmcamp0811/dotfiles/wopr/pkglist-aur-base | cut -d ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment