From 3374dcf525dc4577de7d6044c8ed386f8acf85bb Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 29 Dec 2025 17:09:49 +0100 Subject: README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 + + +``` -- cgit v1.2.3