mirror of
https://github.com/tiyn/wiki.git
synced 2025-06-02 09:27:44 +02:00
23 lines
491 B
Markdown
23 lines
491 B
Markdown
# Khal
|
|
|
|
[Khal](https://github.com/pimutils/khal) is a calendar you can use in your terminal.
|
|
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
|
|
```
|