1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-28 01:01:15 +01:00
Files
wiki/wiki/linux/khal.md
2025-10-26 07:33:27 +01:00

24 lines
515 B
Markdown

# Khal
[Khal](https://github.com/pimutils/khal) is a calendar you can use in your
[terminal](/wiki/linux/shell.md).
You can sync it with [vdirsyncer](vdirsyncer.md)
## Setup
On most linux distributions Khal can be installed with the `khal` package.
Alternatively it can be installed via [GitHub](https://github.com/pimutils/khal).
### Configuration
- Edit the `~/.config/khal/config`
- Insert the following lines
```txt
[calendars]
[[calendars]]
path = ~/.local/share/pim/calendars/*/*
type = discover
```