Skip to content

Instantly share code, notes, and snippets.

@zsrinivas
Last active March 27, 2017 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zsrinivas/65363ab04d180dc66944 to your computer and use it in GitHub Desktop.
Save zsrinivas/65363ab04d180dc66944 to your computer and use it in GitHub Desktop.
todo: after installing ubuntu-gnome-16.04
## ☐ ☑ ☒
☐ enable partner repositories
☐ install y-ppa-manager
☐ % sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager
☐ % sudo apt-get update
☐ % sudo apt-get install y-ppa-manager
☐ media
☐ install vlc
☐ % sudo add-apt-repository -y ppa:videolan/stable-daily
☐ % sudo apt-get update
☐ % sudo apt-get install vlc
☐ % sudo add-apt-repository ppa:mc3man/trusty-media
☐ % sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras
☐ pycharm
☐ sublime-text-3
☐ atom
☐ firefox-arc-theme
☐ gnome-arc-theme
☐ compile aria2c
☐ % firefox https://github.com/tatsuhiro-t/aria2/releases
☐ % cd /sources
☐ % take aria2c
☐ % # wget https://github.com/tatsuhiro-t/aria2/releases/download/release-X.XX.X/aria2-X.XX.X.tar.xz
☐ % tar -xvf aria2-*.tar.xz
☐ % sudo apt-get install libgnutls-dev nettle-dev libgmp-dev libssh2-1-dev libc-ares-dev libxml2-dev zlib1g-dev libsqlite3-dev pkg-config libgpg-error-dev libgcrypt-dev libssl-dev libexpat1-dev libxml2-dev libcppunit-dev autoconf automake autotools-dev autopoint libtool
☐ % autoreconf -i
☐ % ./configure --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' --without-gnutls --with-openssl --enable-libaria2 --prefix /opt/aria2c
☐ % make
☐ % sudo make install
☐ install cling binary
☐ Some Final Setup
☐ % sudo apt-get update
☐ % sudo apt-get upgrade
☐ % sudo apt-get install ubuntu-restricted-extras ubuntu-wallpapers* git rar flashplugin-installer unace unrar zip unzip p7zip-full p7zip-rar
☐ Gnome-Terminal Setup
☐ https://github.com/Mayccoll/Gogh # pick a theme from here
# CAUTION
sudo apt-get install lm-sensors xsensors fancontrol i8kutils
ps: i will update this from time to time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment