Added tmux aw-watcher thingy
This commit is contained in:
parent
5231d4f5aa
commit
e19cdbb7b2
2 changed files with 6 additions and 6 deletions
11
dot_taskrc
11
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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue