Skip to content

Instantly share code, notes, and snippets.

@elfosardo
Last active May 29, 2018 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elfosardo/8dd4267201e7c3a4586364ad84d1cdf1 to your computer and use it in GitHub Desktop.
Save elfosardo/8dd4267201e7c3a4586364ad84d1cdf1 to your computer and use it in GitHub Desktop.
ubuntu install
sudo apt install gnome-tweak-tool
# run gnome-tweaks
# change mouse/touchpad to use right button correctly
# change date/time
# remove icons from desktop
# customize ubuntu dock/dash
# reduce icon size
# remove icons from left bar
# if virtual-box, disable automatic screen lock and set blank screen to never
gsettings get org.gnome.desktop.screensaver lock-enabled
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings get org.gnome.desktop.screensaver lock-enabled
# if not virtual-box, install chrome and change default browser in default apps
sudo apt update
sudo apt upgrade -y
sudo apt install -y gcc make perl
# if in virtual-box, install guest additions
# reboot
sudo apt install -y git vim curl vlc virtualenv
# clone and setup dotfiles
# build github structure
mkdir ~/github
# clone repos like crazy
# install pycharm
sudo snap install pycharm-community --classic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment