aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-12-29 17:09:49 +0100
committerMichal Hanus <mikehanus@protonmail.com>2025-12-29 17:09:49 +0100
commit3374dcf525dc4577de7d6044c8ed386f8acf85bb (patch)
tree86d8ac6fcc6ac121a7f60980f4b5f2a4c5d79371 /README.md
parent0c903cfc58a94e9c1d273d0410de7a4765dd7002 (diff)
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d68101d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+```sh
+apt install terminator zsh git thunderbird neovim thunderbird rsync curl stow lf
+
+sudo apt update && sudo apt install extrepo -y
+sudo extrepo enable librewolf
+sudo apt update && sudo apt install librewolf -y
+
+
+curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
+echo "deb https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
+sudo apt-get update && sudo apt-get install spotify-client
+
+
+```