Skip to content

Instantly share code, notes, and snippets.

View Sticcia's full-sized avatar

Davide Costa Sticcia

  • Product Connect
  • Torino, Italy
View GitHub Profile
@IronistM
IronistM / setup-elementary.sh
Last active November 1, 2024 15:08 — forked from floriancgit/setup-elementary.sh
Things to do after installing elementary OS Loki 0.4
#Start with a dist upgrade
sudo apt dist-upgrade
# Get chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome*.deb
sudo apt-get install -f
# dev (php, docker, git, node, bower, electron, composer)
sudo apt install -y \