From f1f4439704ef12b94e3cd62aebef8c04ac565c4c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 Aug 2022 19:31:01 -0400 Subject: move default config to docs/ --- default-config.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 default-config.json (limited to 'default-config.json') diff --git a/default-config.json b/default-config.json deleted file mode 100644 index f4a1573..0000000 --- a/default-config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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'" - } -} -- cgit v1.2.3