Created
October 12, 2017 04:07
-
-
Save bicepjai/2af4095c2394b4b3d60828786ec20d6d to your computer and use it in GitHub Desktop.
after ubuntu 16.04 installation, software tools installations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt update | |
sudo apt-get install gdebi-core | |
sudo add-apt-repository ppa:openrazer/stable | |
sudo add-apt-repository ppa:lah7/polychromatic | |
sudo apt update | |
sudo apt install openrazer-meta | |
sudo apt install polychromatic | |
sudo apt-get update; sudo apt-get install terminator | |
sudo add-apt-repository ppa:atareao/atareao | |
sudo apt update; sudo apt install my-weather-indicator | |
sudo apt install caffeine | |
sudo apt install unity-tweak-tool | |
sudo add-apt-repository ppa:kasra-mp/ubuntu-indicator-weather | |
sudo apt update; sudo apt install indicator-weather | |
sudo apt-get install conky-all | |
sudo apt-add-repository -y ppa:teejee2008/ppa | |
sudo apt-get update; sudo apt-get install conky-manager | |
sudo add-apt-repository ppa:webupd8team/atom | |
sudo apt install atom | |
sudo add-apt-repository ppa:hluk/copyq | |
sudo apt install copyq | |
sudo apt install vnstat | |
# add gnome-keyring-daemon to "Startup Applications Preference" | |
# to avoid long chrome load time | |
sudo apt-get install lm-sensors hddtemp | |
sudo apt-get install psensor | |
sudo sensors-detect | |
sensors | |
sudo apt install python-pip | |
pip install --upgrade pip | |
pip install Image | |
pip install lxml | |
sudo apt install curl | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB | |
curl -sSL https://get.rvm.io | bash -s stable --ruby | |
rvm gemset create githubio | |
rvm gemset use githubio | |
rvm gemset list | |
gem install jekyll | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 | |
sudo add-apt-repository 'deb https://ftp.ussg.iu.edu/CRAN/bin/linux/ubuntu xenial/' | |
sudo apt-get update; sudo apt-get install r-base | |
sudo apt-get install zsh | |
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo apt-key fingerprint 0EBFCD88 | |
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
sudo apt-get update; sudo apt-get install docker-ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment