blob: d68101d58a181a80f0a2687b4a7ce617f6f7818b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```
|