citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 9ac29d1432ea9e0ffbe7f1a5e7cc42a968b81a58
parent 4b09a0866e2a375fe262631e3b55ed1491f09c7f
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 30 Mar 2021 04:42:08 -0700

calendar stuff

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Abin/pcal | 2++
Mdotfiles/commands | 1+
Mnix-config/environment/desktop/default.nix | 1+
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/pcal b/bin/pcal @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +khal -c ~/.config/khal/personal interactive diff --git a/dotfiles/commands b/dotfiles/commands @@ -19,6 +19,7 @@ cc compile fuzz-compile cr compile repeat fuzz-compile-repeat ce compile error fuzz-compile-error cs compile show build echo cat .build-result +kp khal personal echo pcal m make fuzz-make sp search project fuzz-search-files ss search project file fuzz-search-file diff --git a/nix-config/environment/desktop/default.nix b/nix-config/environment/desktop/default.nix @@ -74,6 +74,7 @@ let gtk2rc = pkgs.writeText "gtk2rc" '' xautolock xbindkeys xclip + vdirsyncer xdotool xlibs.xev xlibs.xmodmap