diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | config.yaml | 4 | ||||
| -rw-r--r-- | dotfiles/config/khal/config | 22 | ||||
| -rw-r--r-- | install.sh | 4 | 
4 files changed, 30 insertions, 1 deletions
| @@ -23,6 +23,7 @@   gnupg          > gnupg config   i3             > i3 window manager config   i3pystatus     > i3 bar window manager replacement config + khal           > calendar config   scripts        > misc scripts   systemd        > user services for differents application  ``` diff --git a/config.yaml b/config.yaml index b17f4b3..7b8e1e0 100644 --- a/config.yaml +++ b/config.yaml @@ -30,6 +30,9 @@ dotfiles:    d_gnupg:      src: gnupg      dst: ~/.gnupg +  d_khal: +    src: config/khal +    dst: ~/.config/khal  profiles:    unicorn:      dotfiles: @@ -42,6 +45,7 @@ profiles:      - d_i3      - d_scripts      - d_gnupg +    - d_khal    fenec:      dotfiles:      - d_i3pystatus diff --git a/dotfiles/config/khal/config b/dotfiles/config/khal/config new file mode 100644 index 0000000..46f77e3 --- /dev/null +++ b/dotfiles/config/khal/config @@ -0,0 +1,22 @@ +[calendars] + +  [[personal]] +    path = ~/.calendars/perso/personal/ +    color = dark green +  [[pro]] +    path = ~/.calendars/pro/5D88-5832A480-7-54041100/ +  [[imie]] +    path = ~/.calendars/imie/155c6097-b7a9-4fd1-98f5-44f9075a2e84/ +    color = dark blue +  [[haum]] +    path = ~/.calendars/haum/ +    color = dark red +  [[linuxmaine]] +    path = ~/.calendars/linuxmaine/ +    color = dark magenta + + +[default] +highlight_event_days = True +show_all_days = True +timedelta = 7d @@ -107,6 +107,8 @@  #sudo pacman -S tmuxp  #sudo pacman -S task -## systemd +## khal + +#sudo pacman -S khal  # install dotfiles | 
