Last active
February 22, 2016 00:30
-
-
Save samehkamaleldin/58cb3346769158e8de7d to your computer and use it in GitHub Desktop.
packages to install in archlinux
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
# wifi-menu deps | |
pacman --noconfirm -S wpa_supplicant ncurses dialog | |
# install basic utils | |
pacman --noconfirm -S sudo ntp curl wget openssh tar gzip unzip unrar | |
# install development utils | |
pacman --noconfirm -S gcc g++ gdb patch zlib readline libxml2 libxslt | |
# install build utils | |
pacman --noconfirm -S autoconf automake diffutils make libtool | |
pacman --noconfirm -S dbus ttf-dejavu | |
pacman --noconfirm -S git emacs | |
# virtualization | |
pacman --noconfirm -S virtualbox virtualbox-guest-utils vagrant | |
# Disk | |
pacman --noconfirm -S gvfs ntfs-3g gvfs-afc | |
# Plugins for mp3 playback and other media | |
pacman --noconfirm -S alsa-oss alsa-lib alsa-utils | |
# x server | |
pacman --noconfirm -S xorg-server xorg-utils xorg-server-utils xorg-xinit | |
# window manager | |
pacman --noconfirm -S awesome | |
# shell and terminal | |
pacman --noconfirm -S fish xfce4-terminal |
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
# browser | |
yaourt --noconfirm -S google-chrome | |
#fonts | |
yaourt --noconfirm -S ttf-liberation ttf-courier-prime ttf-qurancomplex-fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment