Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
Last active August 8, 2017 16:26
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 JeremyOttley/d0bbb58fd17b2d03f623c4c6c15683d4 to your computer and use it in GitHub Desktop.
Save JeremyOttley/d0bbb58fd17b2d03f623c4c6c15683d4 to your computer and use it in GitHub Desktop.
!Xft.antialias: true
!Xft.hinting: true
!Xft.hintstyle: hintfull
!Xft.rgba: rgb
pacaur -S --noconfirm xorg-xinit xorg-server base-devel xst-git emacs evilwm rxvt-unicode cmus glances mpv qutebrowser zathura polybar ttf-font-awesome ttf-hack ttf-ms-fonts ttf-ubuntu-font-family ttf-mac-fonts ttf-symbola font-mathematica artwiz-fonts terminus-font connman
cd ~
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
git clone https://github.com/nojhan/liquidprompt.git
source liquidprompt/liquidprompt
touch .xinitrc
echo "xsetroot -solid orange" >> .xinitrc
echo "xsetroot -cursor_name left_ptr" >> .xinitrc
echo "xrdb -merge ~/.Xresources" >> .xinitrc
echo "numlockx" >> .xinitrc
echo "urxvtd &" >> .xinitrc
echo "exec evilwm -term urxvtc"
git config --global user.name "Gazaunga"
git config --global user.email "jeremy.ottley@gmail.com"
git config --global core.autocrlf input
git config --global core.safecrlf true
curl -kL get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.4.1
rvm use 2.4.1 --default
emacsclient -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment