Created
September 24, 2019 18:04
-
-
Save andrevandal/3bdaab0cb8b1cae2ccfe7aa2fad5eed7 to your computer and use it in GitHub Desktop.
Ubuntu 19.04 - After installing
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 snap remove gnome-calculator gnome-characters gnome-logs gnome-system-monitor -y | |
sudo apt install gnome-calculator gnome-characters gnome-logs gnome-system-monitor -y | |
sudo add-apt-repository ppa:apt-fast/stable -y | |
sudo apt update | |
DEBIAN_FRONTEND=noninteractive sudo apt-get -y install apt-fast -y | |
echo debconf apt-fast/maxdownloads string 5 | debconf-set-selections | |
echo debconf apt-fast/dlflag boolean true | debconf-set-selections | |
echo debconf apt-fast/aptmanager string apt | debconf-set-selections | |
sudo dpkg --add-architecture i386 | |
sudo apt-fast update | |
sudo apt-fast full-upgrade -y | |
sudo apt-fast git zsh wget build-essential apt-transport-https flatpak gnome-software-plugin-flatpak gnome-tweak-tool -y | |
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | |
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections | |
echo ttf-mscorefonts-installer msttcorefonts/present-mscorefonts-eula note | sudo debconf-set-selections | |
sudo apt-fast install ttf-mscorefonts-installer ubuntu-restricted-addons gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53 unrar -y | |
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg | |
sudo install -o root -g root -m 644 packages.microsoft.gpg /usr/share/keyrings/ | |
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' | |
sudo apt-fast update | |
sudo apt-fast install code -y | |
git config --global user.name "André Van Dal" | |
git config --global user.email [email protected] | |
aria2c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo dpkg -i google-chrome-stable_current_amd64.deb -y | |
sudo snap install slack telegram-desktop spotify discord bitwarden insomnia photogimp -y | |
flatpak install flathub org.libreoffice.LibreOffice -y | |
flatpak install flathub org.inkscape.Inkscape -y | |
flatpak install flathub com.obsproject.Studio -y | |
sudo add-apt-repository ppa:daniruiz/flat-remix -y | |
sudo apt update | |
sudo apt-fast install flat-remix flat-remix-gtk flat-remix-gnome -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment