⚙️ config(topgrade): added topgrade to the README as well as changes to the config itself

This commit is contained in:
Sergio Laín 2023-10-28 00:28:24 +02:00
parent fe88d487f9
commit 449aa5b5f1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 5 additions and 5 deletions

View file

@ -9,16 +9,16 @@
# Run `sudo -v` to cache credentials at the start of the run # 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 # This avoids a blocking password prompt in the middle of an unattended run
# (default: false) # (default: false)
# pre_sudo = false pre_sudo = true
# Sudo command to be used # Sudo command to be used
# sudo_command = "sudo" # sudo_command = "sudo"
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
# disable = ["system", "emacs"] disable = ["shell", "spicetify", "vim"]
# Ignore failures for these steps # Ignore failures for these steps
# ignore_failures = ["powershell"] ignore_failures = ["oh-my-zsh"]
# List of remote machines with Topgrade installed on them # List of remote machines with Topgrade installed on them
# remote_topgrades = ["toothless", "pi", "parnas"] # remote_topgrades = ["toothless", "pi", "parnas"]
@ -51,7 +51,7 @@
# cleanup = true # cleanup = true
# Send a notification for every step (default: false) # 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 sending a notification at the end of a run (default: false)
# skip_notify = true # skip_notify = true
@ -238,4 +238,3 @@ arch_package_manager = "yay"
# use_root = false # use_root = false
# containers = ["archlinux-latest"] # containers = ["archlinux-latest"]

1
.github/README.md vendored
View file

@ -68,6 +68,7 @@ Here is some _small_ information about my setup:
- **Npm Manager UI**: [Lazynpm](https://github.com/jesseduffield/lazynpm) - **Npm Manager UI**: [Lazynpm](https://github.com/jesseduffield/lazynpm)
- **Docker UI**: [Lazydocker](https://github.com/jesseduffield/lazydocker) - **Docker UI**: [Lazydocker](https://github.com/jesseduffield/lazydocker)
- **Arch Package Search UI**: [Pacseek](https://github.com/moson-mo/pacseek) ([Config](../.config/pacseek/)) :gear: - **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: - **Audio Visualizer**: [Cava](https://github.com/karlstav/cava) ([Config](../.config/cava/)) :gear:
- **System Monitor**: [btop](https://github.com/aristocratos/btop) ([Config](../.config/btop/)) :gear: - **System Monitor**: [btop](https://github.com/aristocratos/btop) ([Config](../.config/btop/)) :gear:
- **GPU Monitor**: [nvtop](https://github.com/Syllo/nvtop) - **GPU Monitor**: [nvtop](https://github.com/Syllo/nvtop)