Skip to content

Instantly share code, notes, and snippets.

@maximeshr
Last active December 6, 2017 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximeshr/5ca395e38a5e1f6f1bccf747e8cf27c5 to your computer and use it in GitHub Desktop.
Save maximeshr/5ca395e38a5e1f6f1bccf747e8cf27c5 to your computer and use it in GitHub Desktop.
[Keep your system upto date]
$ sudo pacman -Syu
@TODO
[Setup locales]
[User pacaur]
$ sudo pacman -S pacaur
[Install X Window System]
$ pacaur -S xorg xorg-server
[Install X Window System]
$ pacaur -S gdm
[Start & Enable GDM Display Manager]
$ sudo systemctl start gdm.service
$ sudo systemctl enable gdm.service
[Install the wireless tools]
$ pacaur -S wireless_tools
[Install the networkmanager]
$ pacaur -S networkmanager
[Install the network-manager-applet aka nm-applet]
$ pacaur -S network-manager-applet
[Start and Make the networkmanager start on boot]
$ sudo systemctl start NetworkManager.service
$ sudo systemctl enable NetworkManager.service
[Install rofi and drun]
$ pacaur -S rofi drun
$ pacaur -S franz spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment