diff --git a/dot_taskrc b/dot_taskrc index db79a25..6f2861a 100644 --- a/dot_taskrc +++ b/dot_taskrc @@ -64,10 +64,9 @@ context.work.read=+work -home or -TAGGED context.work.write=+work context.home.read=+home -work or -TAGGED context.home.write=+home -context=work -taskd.certificate=/home/kellya/.task/private.certificate.pem -taskd.key=/home/kellya/.task/private.key.pem -taskd.ca=/home/kellya/.task/ca.cert.pem -taskd.server=inthe.am:53589 -taskd.credentials=inthe_am/alexpkelly/4a97112d-3460-46dc-a3d1-dbd404d80f18 +taskd.certificate=\/home\/kellya\/.wingtask_certs\/alex.kelly@franklin.edu.cert.pem +taskd.key=\/home\/kellya\/.wingtask_certs\/alex.kelly@franklin.edu.key.pem +taskd.ca=\/home\/kellya\/.wingtask_certs\/dst.pem +taskd.server=app.wingtask.com:53589 +taskd.credentials=WingTask\/alex.kelly@franklin.edu\/40d0bf12-687e-4b6f-8a14-aecef3a87cdb taskd.trust=strict diff --git a/dot_tmux.conf b/dot_tmux.conf index 1dea53d..f124329 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -96,3 +96,4 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' run -b '~/.tmux/plugins/tpm/tpm' +set -g @plugin 'akohlbecker/aw-watcher-tmux'