diff options
| author | seth <[email protected]> | 2022-08-21 13:14:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-21 13:15:45 -0400 |
| commit | a615f6cc4901a05f7fe72a55d005280119cb792e (patch) | |
| tree | 0f3ddc4ac0a27e3a0077e0b79082df17a4e6e5b9 /default-config.json | |
| parent | a2ff6e94b6ba21818613611cb3fed15e56f4894d (diff) | |
refactor and (try to) follow PEP518
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default-config.json b/default-config.json index 4616521..f4a1573 100644 --- a/default-config.json +++ b/default-config.json @@ -5,16 +5,16 @@ "fedora": "dnf upgrade" }, "extra_cmds": { - "arch": "aur sync --upgrades --rmdeps --sign --remove --verify" + "arch": "paru -Sua" }, "clean_cmds": { - "arch": "pacman -Rns $(pacman -Qdtq); exit 0", + "arch": "paru -c", "debian": "apt-get --purge autoremove", "fedora": "dnf autoremove" }, "shell_plugin_cmds": { "fish": "fisher update", - "zsh": "source $HOME/.config/zsh/.antidote/antidote.zsh && antidote update" + "zsh": "source $ZDOTDIR/.antidote/antidote.zsh && antidote update" }, "other_cmds": { "neovim": "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" |
