Welcome to my ~/
.
sudo eopkg update-repo
sudo eopkg upgrade
sudo eopkg install -c system.devel
sudo eopkg install git
git clone https://github.com/gummesson/dotfiles.git ~/Code/dotfiles
cd ~/Code/dotfiles && make
mkdir -p ~/.fonts/truetype
mv <directory> ~/.fonts/truetype/
fc-cache -fv
gsettings set org.gnome.desktop.interface cursor-blink false
make build
sudo python setup.py install
goobook authenticate
gzip -dc surfraw-2.2.9.tar.gz | tar xvvf -
cd surfraw-2.2.9
./configure
make
sudo make install
tar -xzvf entr-3.7.tar.gz
cd entr-3.7
./configure
make test
make install