Last active
May 10, 2017 10:24
-
-
Save jezman/d78ec488b53b470a98354a4464a6cb39 to your computer and use it in GitHub Desktop.
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
systemctl enable dhcpcd | |
systemctl start dhcpd | |
pacman -S sudo git wget nmap zsh net-tools gpm \ | |
ttf-dejavu ttf-inconsolata \ | |
lxappearance | |
# xorg | |
sudo pacman -S xorg-server xorg-xinit xorg-server-utils mesa xterm | |
# Intel video driver | |
pacman -S xf86-video-intel | |
# Tuchpad | |
pacman -S xf86-input-synaptics | |
# Uncomment '%wheel ALL=(ALL) ALL' in sudoers file | |
visudo | |
# Install yaourt | |
cat <<EOF > /etc/pacman.conf | |
[archlinuxfr] | |
SigLevel = Never | |
Server = http://repo.archlinux.fr/$arch | |
EOF | |
pacman -S yaourt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment