summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/default-config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/default-config.json b/docs/default-config.json
new file mode 100644
index 0000000..f4a1573
--- /dev/null
+++ b/docs/default-config.json
@@ -0,0 +1,22 @@
+{
+ "system_update_cmds": {
+ "arch": "pacman -Sy --needed archlinux-keyring && pacman -Su",
+ "debian": "apt update && apt upgrade",
+ "fedora": "dnf upgrade"
+ },
+ "extra_cmds": {
+ "arch": "paru -Sua"
+ },
+ "clean_cmds": {
+ "arch": "paru -c",
+ "debian": "apt-get --purge autoremove",
+ "fedora": "dnf autoremove"
+ },
+ "shell_plugin_cmds": {
+ "fish": "fisher update",
+ "zsh": "source $ZDOTDIR/.antidote/antidote.zsh && antidote update"
+ },
+ "other_cmds": {
+ "neovim": "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
+ }
+}