diff options
| author | seth <[email protected]> | 2022-08-23 23:23:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-23 23:23:41 -0400 |
| commit | 73f1da782ae13bd64ee00f827c6ee0db799d1222 (patch) | |
| tree | d275070fd212eb556a30098fb437ccb3842fe316 /docs | |
| parent | 01d309be051f18e173eef9273ae2bf34181a85b0 (diff) | |
add .editorconfig
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/default-config.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/default-config.json b/docs/default-config.json index f4a1573..22b95b4 100644 --- a/docs/default-config.json +++ b/docs/default-config.json @@ -1,22 +1,22 @@ { - "system_update_cmds": { - "arch": "pacman -Sy --needed archlinux-keyring && pacman -Su", - "debian": "apt update && apt upgrade", - "fedora": "dnf upgrade" + "system_update_cmds": { + "arch": "pacman -Sy --needed archlinux-keyring && pacman -Su", + "debian": "apt update && apt upgrade", + "fedora": "dnf upgrade" }, "extra_cmds": { - "arch": "paru -Sua" + "arch": "paru -Sua" }, "clean_cmds": { - "arch": "paru -c", - "debian": "apt-get --purge autoremove", - "fedora": "dnf autoremove" + "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" + "fish": "fisher update", + "zsh": "source $ZDOTDIR/.antidote/antidote.zsh && antidote update" }, "other_cmds": { - "neovim": "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" + "neovim": "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" } } |
