Last active
December 14, 2024 19:35
-
-
Save Mariyo/a41f7f08fe30221f2e704c1296d4d824 to your computer and use it in GitHub Desktop.
debian-workstation-setup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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