spotify stuff
This commit is contained in:
parent
eb6f3eba87
commit
aff9caf3da
3 changed files with 6 additions and 4 deletions
|
@ -3,7 +3,7 @@ abbr d "nautilus . -w &> /dev/null & disown"
|
|||
abbr vs "codium ."
|
||||
# abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
|
||||
abbr xclip "xclip -selection clipboard"
|
||||
abbr spotx "bash -c 'bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP $HOME/.local/share/spotify-launcher/install/usr/share/spotify/'"
|
||||
abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'"
|
||||
abbr rm "trash -f"
|
||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
|
||||
abbr ls "eza --git --icons -gl"
|
||||
|
|
5
arch.sh
5
arch.sh
|
@ -52,7 +52,7 @@ main() {
|
|||
obsidian parsec-bin evolution-etesync-git x11-emoji-picker cram \
|
||||
gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng \
|
||||
dracula-gtk-theme dracula-icons-git vscodium-bin otf-symbola touchegg \
|
||||
gnome-shell-extension-nightthemeswitcher spotify-launcher nerd-fonts-meslo \
|
||||
gnome-shell-extension-nightthemeswitcher nerd-fonts-meslo \
|
||||
gnome-shell-extension-x11gestures gnome-shell-extension-no-overview \
|
||||
gnome-shell-extension-gsconnect gnome-shell-extension-tiling-assistant \
|
||||
gnome-shell-extension-rounded-window-corners topgrade-bin ufw-docker \
|
||||
|
@ -162,7 +162,8 @@ main() {
|
|||
mv completions_fish ~/.config/fish/completions/tldr.fish
|
||||
|
||||
# === Spotify ==
|
||||
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP "$HOME"/.local/share/spotify-launcher/install/usr/share/spotify
|
||||
# is `spotify-launcher --force-update` needed before patching?
|
||||
bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce
|
||||
|
||||
# === Syncthing ==
|
||||
systemctl enable syncthing@"$USER".service
|
||||
|
|
|
@ -139,7 +139,8 @@
|
|||
"perl-yaml-tiny",
|
||||
"perl-file-homedir",
|
||||
"perl-file-which",
|
||||
"clamav"
|
||||
"clamav",
|
||||
"spotify-launcher"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue