Last active
November 5, 2019 17:32
-
-
Save mfurquimdev/53897652570ba5165cb5d9039eaf9a03 to your computer and use it in GitHub Desktop.
Arch Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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