From 449aa5b5f1ac14f3fa84cad0bf7f05ac6cbc0737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 28 Oct 2023 00:28:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(topgrade):=20added?= =?UTF-8?q?=20topgrade=20to=20the=20README=20as=20well=20as=20changes=20to?= =?UTF-8?q?=20the=20config=20itself?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/topgrade/topgrade.toml | 9 ++++----- .github/README.md | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index 5e6d0f4c..ff0b9cde 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -9,16 +9,16 @@ # Run `sudo -v` to cache credentials at the start of the run # This avoids a blocking password prompt in the middle of an unattended run # (default: false) -# pre_sudo = false +pre_sudo = true # Sudo command to be used # sudo_command = "sudo" # Disable specific steps - same options as the command line flag -# disable = ["system", "emacs"] +disable = ["shell", "spicetify", "vim"] # Ignore failures for these steps -# ignore_failures = ["powershell"] +ignore_failures = ["oh-my-zsh"] # List of remote machines with Topgrade installed on them # remote_topgrades = ["toothless", "pi", "parnas"] @@ -51,7 +51,7 @@ # cleanup = true # Send a notification for every step (default: false) -notify_each_step = true +# notify_each_step = true # Skip sending a notification at the end of a run (default: false) # skip_notify = true @@ -238,4 +238,3 @@ arch_package_manager = "yay" # use_root = false # containers = ["archlinux-latest"] - diff --git a/.github/README.md b/.github/README.md index a9084098..64583dd6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -68,6 +68,7 @@ Here is some _small_ information about my setup: - **Npm Manager UI**: [Lazynpm](https://github.com/jesseduffield/lazynpm) - **Docker UI**: [Lazydocker](https://github.com/jesseduffield/lazydocker) - **Arch Package Search UI**: [Pacseek](https://github.com/moson-mo/pacseek) ([Config](../.config/pacseek/)) :gear: +- **Update Tool**: [Topgrade](https://github.com/topgrade-rs/topgrade) ([Config](../.config/topgrade/)) :gear: - **Audio Visualizer**: [Cava](https://github.com/karlstav/cava) ([Config](../.config/cava/)) :gear: - **System Monitor**: [btop](https://github.com/aristocratos/btop) ([Config](../.config/btop/)) :gear: - **GPU Monitor**: [nvtop](https://github.com/Syllo/nvtop)