diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 4cb0f33..5953312 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -2,6 +2,5 @@ abbr code codium 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 topgrade "topgrade -y -c --skip-notify" 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/'" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 1127306..ba0265d 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -2,4 +2,3 @@ abbr d "explorer.exe ." abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc x86_64-w64-mingw32-gcc -abbr topgrade "topgrade -y -c" diff --git a/Makefile b/Makefile index d9d9d36..fc0181b 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,9 @@ sync-arch: # VSCodium @$(WGET) $(REPO_SRC)/.config/VSCodium/product.json -O $(HOME)/.config/VSCodium/product.json +# Topgrade + @$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(HOME)/.config/topgrade.toml + # Pacman hooks @sudo mkdir -p /etc/pacman.d/hooks @sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook @@ -165,6 +168,11 @@ sync-windows: @echo "$(WIN) Xournal++ synced!" @echo +# Topgrade + @$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(APPDATA)/topgrade.toml + @echo "$(WIN) Topgrade synced!" + @echo + sync: # Check if at least the platform is supported