Last active
September 2, 2017 04:27
-
-
Save vaibhavmule/ccea2704b05cba0c6444 to your computer and use it in GitHub Desktop.
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 apt-get update && sudo apt-get dist-upgrade | |
sudo apt-get install netselect-apt -y | |
sudo netselect-apt | |
sudo apt-get install sudo chromium vim git git-core zsh vlc libcanberra-gtk-module fonts-crosextra-carlito fonts-crosextra-caladea -y | |
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - | |
wget "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb" | |
sudo dpkg -i rescuetime_current_amd64.deb | |
rm rescuetime_current_amd64.deb | |
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | |
chsh -s `which zsh` | |
#Uncommented '#RuntimeWatchdogSec=0' in /etc/systemd/system.conf | |
echo "Cleaning Up" && | |
sudo apt-get -f install && | |
sudo apt-get autoremove && | |
sudo apt-get -y autoclean && | |
sudo apt-get -y clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment