Skip to content

Instantly share code, notes, and snippets.

@humbertodosreis
Last active November 7, 2024 23:39
Show Gist options
  • Select an option

  • Save humbertodosreis/0d73ada74060b7ab3b73d606f688ffb4 to your computer and use it in GitHub Desktop.

Select an option

Save humbertodosreis/0d73ada74060b7ab3b73d606f688ffb4 to your computer and use it in GitHub Desktop.
Setting up Ubuntu for my development environment and other utilities

Ubuntu 24.0

Update and Upgrade

sudo apt update && sudo apt upgrade

Minimize to click

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

GNOME Tweaks

sudo apt install gnome-tweaks

Replace APT to NALA

sudo apt install nala

GEDI

sudo nala install gdebi

Setup Flatpak

sudo nala install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

To install Flatpaks from a graphical source:

sudo apt install gnome-software-plugin-flatpak

ccedil american keyboards

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment