diff options
| author | seth <[email protected]> | 2022-08-04 04:12:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:26:49 -0400 |
| commit | e0bef4d397c0c88dd052466be2e12dc8b1d73813 (patch) | |
| tree | 028c6d8479234fd4cf09678c4894bfa08e757584 /default-config.json | |
initial commit
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json new file mode 100644 index 0000000..0f0e609 --- /dev/null +++ b/default-config.json @@ -0,0 +1,17 @@ +{ + "system_update_cmds": { + "arch": "bash -c 'pacman -Sy --needed archlinux-keyring && pacman -Su'", + "debian": "bash -c 'apt update && apt upgrade'", + "fedora": "dnf upgrade" + }, + "extra_cmds": { + "arch": "aur sync --upgrades --rmdeps --sign --remove --verify" + }, + "shell_plugin_cmds": { + "fish": "fish -c 'fisher update'", + "zsh": "zsh -c 'source $HOME/.config/zsh/.antidote/antidote.zsh && antidote update'" + }, + "other_cmds": { + "neovim": "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" + } +} |
