diff --git a/.install/symlinks.sh b/.install/symlinks.sh index aa99636..5eab8ed 100644 --- a/.install/symlinks.sh +++ b/.install/symlinks.sh @@ -52,7 +52,6 @@ CONFIG_LINKED_FILES_HOME=( ".config/streamlink" ".config/ssh" ".config/sway" - ".config/topgrade.toml" ".config/Thunar" ".config/Trolltech.conf" ".config/user-dirs.dirs" diff --git a/system/.config/topgrade.toml b/system/.config/topgrade.toml deleted file mode 100644 index a595628..0000000 --- a/system/.config/topgrade.toml +++ /dev/null @@ -1,7 +0,0 @@ -disable = ["cargo", "pip3", "node", "composer"] - -[git] -pull_predefined = false -repos = [ - "~/dotfiles" -] diff --git a/system/.local/bin/upgrade b/system/.local/bin/upgrade index 2ef318b..2449bb1 100755 --- a/system/.local/bin/upgrade +++ b/system/.local/bin/upgrade @@ -3,4 +3,13 @@ . utils print_section "Updating system" -topgrade +paru -Syu --devel + +print_section "Updated configuration files" +pacdiff + +print_section "Rust" +rustup update + +print_section "Firmware Updates" +fwupdmgr get-updates