Skip to content

Instantly share code, notes, and snippets.

View dcuadraq's full-sized avatar

David Cuadra dcuadraq

View GitHub Profile
@dcuadraq
dcuadraq / archlinux_install.sh
Created November 5, 2015 05:32 — forked from julionc/archlinux_install.sh
Things to do after install ArchLinux (2012.12.01)
#!/usr/bin/env bash
# Things to do after install ArchLinux (2012.12.01)
pacman --noconfirm -S sudo
# Enabled archlinuxfr repo
arch=$(uname -m)
sudo cp /etc/pacman.conf /etc/pacman.conf.bak
echo "" >> /etc/pacman.conf
echo "[archlinuxfr]" >> /etc/pacman.conf