Skip to content

Instantly share code, notes, and snippets.

@lionell
Last active January 23, 2017 07:23
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 lionell/7fb16cc03af36d2764b69525e590c548 to your computer and use it in GitHub Desktop.
Save lionell/7fb16cc03af36d2764b69525e590c548 to your computer and use it in GitHub Desktop.
My Arch configuration
# Update pacman-mirrors
sudo pacman-mirrors -g
# Update pacman database
sudo pacman -Syy
# sudo rm /var/lib/pacman/db.lck, if previous failed.
# Install linux kernel ~ 4.8
sudo mhwd-kernel -i linux48
# Swap keys
setxkbmap -option caps:swapescape
setxkbmap -option ctrl:swap_lalt_lctl_lwin
# see /usr/share/X11/xkb/rules/evdev.lst
# Set up resolution
xrandr --output HDMI1 --auto --primary --output eDP1 --mode 1600x900 --right-of HDMI1
# install Google Chrome
yaourt google-chrome
sudo ln -s /usr/bin/google-chrome-stable /usr/bin/chrome
# Install neovim
sudo pacman -S neovim
sudo rm /usr/bin/vi
sudo ln -s /usr/bin/nvim /usr/bin/vi
# Install zsh
sudo pacman -S zsh
# Install git
sudo pacman -S git
# Install stow
sudo pacman -S stow
# Install antigen
git clone https://github.com/lionell/.dotfiles
# Install tmux
sudo pacman -S tmux
# Configure i3
# Install termite
sudo pacman -S termite
# Install font Awesome
yaourt ttf-font-awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment