Skip to content

Instantly share code, notes, and snippets.

@antv199
Last active March 21, 2022 08:20
Show Gist options
  • Save antv199/7c15b09431631f54a1fbf9cf21f19da8 to your computer and use it in GitHub Desktop.
Save antv199/7c15b09431631f54a1fbf9cf21f19da8 to your computer and use it in GitHub Desktop.
sudo apt update && sudo apt upgrade
sudo apt --purge remove firefox pix hexchat thunderbird transmission-gtk brasero evolution remmina gnome-mahjongg gnome-mines gnome-sudoku gimp pitivi quadrapassel gnome-todo -y
clear
sudo rm /etc/apt/preferences.d/nosnap.pref
sudo apt update
sudo apt install snapd
sudo snap install authy
clear
sudo apt install gnome-tweaks
clear
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt install --install-recommends winehq-stable
clear
wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -
sudo add-apt-repository 'deb https://repo.vivaldi.com/archive/deb/ stable main'
sudo apt update
sudo apt install vivaldi-stable -y
clear
sudo apt install timeshift -y
clear
sudo apt install steam discord -y
clear
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris -y
clear
sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
clear
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt-get update && sudo apt-get install qbittorrent
clear
sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt update && sudo apt install syncthing
clear
sudo apt install virtualbox
clear
sudo update-grub
sudo apt install grub-customizer -y
clear
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install io.github.prateekmedia.appimagepool
clear
sudo apt install -y curl git python3-pip python3-setuptools python3-wheel python3-dev pkg-config libcairo2-dev gtk-update-icon-cache desktop-file-utils xdg-utils libgirepository1.0-dev gir1.2-gtk-3.0
curl https://gitlab.com/brinkervii/grapejuice/-/raw/master/ci_scripts/signing_keys/public_key.gpg | sudo tee /usr/share/keyrings/grapejuice-archive-keyring.gpg > /dev/null
sudo tee /etc/apt/sources.list.d/grapejuice.list <<< 'deb [signed-by=/usr/share/keyrings/grapejuice-archive-keyring.gpg] https://brinkervii.gitlab.io/grapejuice/repositories/debian/ universal main' > /dev/null
sudo apt update
sudo apt upgrade -y
sudo apt install -y grapejuice
clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment