update topgrade config

This commit is contained in:
Mylloon 2023-11-05 14:48:22 +01:00
parent 0eb0c5e6e5
commit f965b323ae
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 8 additions and 2 deletions

View file

@ -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/'"

View file

@ -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"

View file

@ -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