]> git.armaanb.net Git - bin.git/blob - system-setup
added system-setup, license
[bin.git] / system-setup
1 #!/usr/bin/env bash
2 update="apt update && apt upgrade -y"
3 install="apt install -y"
4 autoremove="apt autopurge"
5
6 ${update}
7 ${autoremove}
8
9 for i in neovim nvim firefox-esr flatpak quassel-client virtualbox htop bleachbit timeshift flatpak bat batcat exa zsh git gnupg pinentry-console alacritty taskwarrior tasks task fzf yadu chromium vlc zathura libreoffice-writer libreoffice-calc bpytop xcape docker ufw syncthing synaptic virtualbox-ext-pack; do
10   sudo ${install} $i
11 done
12
13 flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
14 flatpak install -y spotify discord tutanota
15
16 yadm clone git@codeberg.org:armaan/dotfiles
17 mkdir {~/Code,~/Clone,~/Public,~/Virtual}