summaryrefslogtreecommitdiff
path: root/docs/default-config.json
blob: 22b95b44d4ac6c9f197a7f95c00881a45cb85469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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'"
  }
}