-
clone the repo to
~/.configgit clone git@github.com:2009/config.git $HOME/config -
Install dependencies
pacman -S vim zsh cmake python3
-
Run the setup script
./setup.sh
NOTE: Sparkup requires python2, you may need to modify the following line in sparkup.py:
#!/usr/bin/env python
To:
#!/usr/bin/env python2
Used to disable caps lock.
Add the following to .xinitrc:
setxkbmap -option caps:none