Skip to content

Instantly share code, notes, and snippets.

View sanjeevshrestha's full-sized avatar
💭
I may be slow to respond.

Sanjeev Shrestha sanjeevshrestha

💭
I may be slow to respond.
View GitHub Profile
@julionc
julionc / archlinux_install.sh
Last active February 12, 2018 19:03
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