This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/Ubuntu.sh
2021-11-11 23:02:44 +01:00

43 lines
914 B
Bash

git clone https://git.kennel.ml/Anri/myLinuxConfiguration.git
cd myLinuxConfiguration
# Install Brave
bash installBrave.sh
# Uninstall Firefox
sudo snap remove firefox && rm -r $HOME/snap/firefox
# Install Fish
bash installFish.sh
# Install Spotify
bash installSpotify.sh
# Install Syncthing
bash installSyncthing.sh
# Install gl4D
bash installgl4D.sh
# Install Discord
wget -q --show-progress "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo apt install ./discord.deb -y && rm discord.deb
# Install Obsidian
bash installObsidian.sh
# Install Flameshot
sudo apt update && sudo apt install flameshot -y
# Install Parsec
bash installParsec.sh
# Install Latex
sudo apt update && sudo apt install texlive-full -y
# Install Java
bash installJava.sh
# Install OnlyOffice
bash installOnlyoffice.sh
# Install EmojiPicker and its keyboard shortcut
bash installEmojiPicker.sh