]> git.armaanb.net Git - bin.git/commitdiff
added system-setup, license
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 5 Nov 2020 22:39:50 +0000 (17:39 -0500)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 5 Nov 2020 22:39:50 +0000 (17:39 -0500)
COPYING [new file with mode: 0644]
system-setup [new file with mode: 0755]

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..5c93f45
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,13 @@
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
diff --git a/system-setup b/system-setup
new file mode 100755 (executable)
index 0000000..2ba2dd3
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/env bash
+update="apt update && apt upgrade -y"
+install="apt install -y"
+autoremove="apt autopurge"
+
+${update}
+${autoremove}
+
+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
+  sudo ${install} $i
+done
+
+flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+flatpak install -y spotify discord tutanota
+
+yadm clone git@codeberg.org:armaan/dotfiles
+mkdir {~/Code,~/Clone,~/Public,~/Virtual}