⚙️ config(topgrade): added topgrade to the README as well as changes to the config itself
This commit is contained in:
parent
fe88d487f9
commit
449aa5b5f1
2 changed files with 5 additions and 5 deletions
|
@ -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"]
|
||||
|
||||
|
|
1
.github/README.md
vendored
1
.github/README.md
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue