Skip to content

Instantly share code, notes, and snippets.

@Mariyo
Last active December 14, 2024 19:35
Show Gist options
  • Save Mariyo/a41f7f08fe30221f2e704c1296d4d824 to your computer and use it in GitHub Desktop.
Save Mariyo/a41f7f08fe30221f2e704c1296d4d824 to your computer and use it in GitHub Desktop.
debian-workstation-setup.sh
#!/bin/bash
sudo apt update && sudo apt upgrade
sudo apt install -y nala htop chrome-gnome-shell git curl vim vlc gimp steam-devices flatpak gnome-software-plugin-flatpak screenfetch tree timeshift hw-probe
# Flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# KeepassXC
flatpak install flathub org.keepassxc.KeePassXC
# Slack
flatpak install flathub com.slack.Slack
cd ~/Downloads
# Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo nala install google-chrome-stable_current_amd64.deb
systemctl reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment