Skip to content

Instantly share code, notes, and snippets.

@jezman
Last active May 10, 2017 10:24
Show Gist options
  • Save jezman/d78ec488b53b470a98354a4464a6cb39 to your computer and use it in GitHub Desktop.
Save jezman/d78ec488b53b470a98354a4464a6cb39 to your computer and use it in GitHub Desktop.
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