diff options
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 + + +``` |
