Skip to content

Instantly share code, notes, and snippets.

@mfurquimdev
Last active November 5, 2019 17:32
Show Gist options
  • Select an option

  • Save mfurquimdev/53897652570ba5165cb5d9039eaf9a03 to your computer and use it in GitHub Desktop.

Select an option

Save mfurquimdev/53897652570ba5165cb5d9039eaf9a03 to your computer and use it in GitHub Desktop.
Arch Linux
pacman --noconfirm -S \
base{,-devel} \
vim \
tree \
git \
mlocate \
openssh \
xorg{,-xinit} \
firefox \
rfkill
# shutter \
# boostnote
# Unblock the wifi
rfkill list
sudo rfkill unblock 0
# Yaourt package manager
git clone https://aur.archlinux.org/yaourt.git
cd yaourt/
makepkg -si
# Local manual for CPP
yaourt --noconfirm -S stdman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment