summaryrefslogtreecommitdiff
path: root/default-config.json
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-21 19:31:01 -0400
committerseth <[email protected]>2022-08-21 19:31:01 -0400
commitf1f4439704ef12b94e3cd62aebef8c04ac565c4c (patch)
treeaf56bb0ab1958e1da61eed1becc545818b6155db /default-config.json
parenta615f6cc4901a05f7fe72a55d005280119cb792e (diff)
move default config to docs/
Diffstat (limited to 'default-config.json')
-rw-r--r--default-config.json22
1 files changed, 0 insertions, 22 deletions
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'"
- }
-}