diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 21d72de..a941d66 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -32,3 +32,4 @@ abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wo abbr vmake "clear; make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main; make clean 2> /dev/null" abbr yay-rebuild "checkrebuild | awk '{print \$2}' | xargs -r yay -S --rebuildtree --noconfirm" abbr zip "zip -r 'archive.zip' dossier" +abbr topgrade "topgrade -y -c --skip-notify" diff --git a/arch.sh b/arch.sh index aaf1405..d67c566 100644 --- a/arch.sh +++ b/arch.sh @@ -53,7 +53,8 @@ main() { gnome-shell-extension-rounded-window-corners \ gnome-shell-extension-alphabetical-grid-extension \ gnome-shell-extension-tiling-assistant \ - gnome-shell-extension-quick-settings-tweaks-git + gnome-shell-extension-quick-settings-tweaks-git \ + topgrade-bin # === Disable wayland == sed -i "s/#Wayland/Wayland/g" /etc/gdm/custom.conf diff --git a/arch_wsl.sh b/arch_wsl.sh index 7adfd0a..80a8ce6 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -33,7 +33,7 @@ main() { uwufetch python-pip opam cpanminus unison \ rebuild-detector git-delta sdl2_ttf rustup pulseaudio-alsa \ rsync doxygen emacs-nox ttf-fira-sans ttf-fira-code \ - ttf-fira-mono mingw-w64-gcc + ttf-fira-mono mingw-w64-gcc topgrade-bin # === Rustup == # Init rustup