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

Keybase proof

I hereby claim:

  • I am bastilimbach on github.
  • I am bastilimbach (https://keybase.io/bastilimbach) on keybase.
  • I have a public key whose fingerprint is DD3F 8839 0501 43ED 3FC9 FFD9 B4E6 6C24 7054 F17B

To claim this, I am signing this object:

@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