diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 17:09:49 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 17:09:49 +0100 |
| commit | 3374dcf525dc4577de7d6044c8ed386f8acf85bb (patch) | |
| tree | 86d8ac6fcc6ac121a7f60980f4b5f2a4c5d79371 /README.md | |
| parent | 0c903cfc58a94e9c1d273d0410de7a4765dd7002 (diff) | |
README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
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 + + +``` |
