calcurse config, i3 bindings

- replace urxvt commands with $term
- small, sticky cava
- twem link script
- paste emails
This commit is contained in:
2019-09-02 16:23:24 -04:00
parent 5c4e37fb84
commit 1e65b54066
14 changed files with 237 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
function sync-alt-cal
set alt_cal_dir /home/kevin/.calcurse/alt-cals
calcurse-caldav --syncdb $alt_cal_dir/$argv[1]/sync.db \
--config $alt_cal_dir/$argv[1]/caldav/config \
--datadir $alt_cal_dir/$argv[1]
end

View File

@@ -0,0 +1,3 @@
function tmux-attach
tmux a -t $argv[1] || tmux new -s $argv[1]
end