1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00
Files
wiki/wiki/linux/khal.md
2023-11-22 03:16:06 +01:00

24 lines
518 B
Markdown

# Khal
[Khal](https://github.com/pimutils/khal) is a calendar you can use in your
[terminal](/wiki/system_console.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
```