Last active
February 11, 2016 01:07
-
-
Save kneipp/e4f5736db6bcf4994c2c to your computer and use it in GitHub Desktop.
Arch Linux Post Installation
This file contains 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
sudo pacman -S firefox firefox-i18n-pt-br flashplayer unrar unzip p7zip alsa-lib alsa-tools alsa-utils alsa-oss | |
sudo pacman -S xclip | |
# see arch wiki infinality | |
sudo vim /etc/pacman.conf | |
sudo pacman-key -r IDKEY | |
sudo pacman-key -f IDKEY | |
sudo pacman-key --lsign-key IDKEY | |
sudo pacman -Sy | |
sudo pacman -S infinality-bundle | |
sudo pacman -S freetype2-infinality fontconfig-infinality | |
sudo pacman -S virtualbox | |
sudo pacman -S virtualbox-host-modules | |
sudo pacman -S virtualbox-guest-iso | |
sudo modprobe vboxdrv | |
sudo modprobe vboxnetadp (vagrant) | |
sudo modprobe vboxnetflt (vagrant) | |
sudo depmod -a | |
su root | |
echo vboxdrv >> /etc/modules-load.d/virtualbox.conf | |
sudo pacman -S openssh | |
yaourt oh-my-zsh | |
yaourt prezto-git | |
yaourt sublime-text | |
yaourt gksu | |
# To disable in-application reminders about new Sublime Text dev versions, | |
# add the following setting to your User Preferences file: | |
# "update_check": false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment