Skip to content

Instantly share code, notes, and snippets.

View dmanning21h's full-sized avatar

Derek Manning dmanning21h

  • Clark Associates
  • Nashville, TN
View GitHub Profile
@dmanning21h
dmanning21h / custom-ubuntu-20.04.sh
Last active May 16, 2024 22:58
Customization script for fresh install of Ubuntu 20.04
# Update System
sudo apt update && sudo apt upgrade -y
# Curl
sudo apt-get install wget gpg
sudo apt install apt-transport-https curl
# Clear Favorites
gsettings set org.gnome.shell favorite-apps "['']"