update topgrade config
This commit is contained in:
parent
0eb0c5e6e5
commit
f965b323ae
3 changed files with 8 additions and 2 deletions
|
@ -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/'"
|
||||
|
|
|
@ -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"
|
||||
|
|
8
Makefile
8
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
|
||||
|
|
Loading…
Reference in a new issue