Skip to content

Instantly share code, notes, and snippets.

@vaibhavmule
Last active September 2, 2017 04:27
Show Gist options
  • Save vaibhavmule/ccea2704b05cba0c6444 to your computer and use it in GitHub Desktop.
Save vaibhavmule/ccea2704b05cba0c6444 to your computer and use it in GitHub Desktop.
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