diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-16 14:55:05 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-16 14:55:05 +0100 |
commit | 715769281b4895a2b7d41fcb8c3bc7025e15d9ff (patch) | |
tree | afb5298db2598460e42fcf5f4cd92c2668d46123 | |
parent | e5a3766cd3b3cdb8b58896ed4c76183a45d320a7 (diff) |
Add packages khal and vdirsyncer for calendar
-rw-r--r-- | install-arch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index a28b600..8a411e7 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -147,9 +147,11 @@ sudo pacman -Sy \ cups cups-pdf sane \ imv grim slurp mpv \ keepassxc wl-clipboard \ - qutebrowser + qutebrowser \ + khal vdirsyncer sudo systemctl enable cups.service --now +systemctl --user enable vdirsyncer.timer --now # AUR installs aur sync nerd-fonts-hack |