Skip to content

Instantly share code, notes, and snippets.

View bastilimbach's full-sized avatar
👨‍💻
Probably coding...

Sebastian Limbach bastilimbach

👨‍💻
Probably coding...
View GitHub Profile
@bastilimbach
bastilimbach / pacaur_install.sh
Last active November 13, 2017 16:20 — forked from tadly/pacaur_install.sh
A simple shell script to quickly / easily install "pacaur" on archlinux
#!/bin/sh
# Run the following from a terminal to install pacaur:
# $ curl -s https://gist.githubusercontent.com/bastilimbach/c1ff77232652ea6f8d3a4091cefe10eb/raw/4bbdc6f41c73228ff71367efe6a523429aeab100/pacaur_install.sh | bash
# -- or --
# $ curl -Ls https://goo.gl/wR4nYN | bash
# Make sure our shiny new arch is up-to-date
echo "Checking for system updates..."
sudo pacman -Syu