Skip to content

Instantly share code, notes, and snippets.

View twlatl's full-sized avatar

Ted Lee twlatl

View GitHub Profile
@twlatl
twlatl / perfectbudgie.bash
Last active March 2, 2017 00:10
Things to install on a fresh installation of ElementaryOS
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
# Install MS TrueType Fonts
sudo apt-get install ttf-mscorefonts-installer
sudo fc-cache -f -v
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'