update taskwarriorness
This commit is contained in:
parent
0132b9e534
commit
14937b7bcb
2 changed files with 6 additions and 5 deletions
10
.taskrc
10
.taskrc
|
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
data.location=~/.task
|
data.location=~/.task
|
||||||
pull.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/
|
|
||||||
push.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/
|
|
||||||
|
|
||||||
# Color theme (uncomment one to use)
|
# Color theme (uncomment one to use)
|
||||||
#include /usr/share/doc/task/rc/light-16.theme
|
#include /usr/share/doc/task/rc/light-16.theme
|
||||||
|
|
@ -27,6 +25,8 @@ push.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/
|
||||||
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||||
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||||
|
|
||||||
taskd.server=localhost:6544
|
taskd.server=freecinc.com:53589
|
||||||
taskd.credentials=Barakmich.com\/barak\/6982469b-087e-4243-a1b7-1f411bc68194
|
taskd.credentials=FreeCinc\/freecinc_d9da621f\/9b20be7a-db4e-45a3-aa6e-61173f5988e4
|
||||||
taskd.certificate=\/home\/barak\/.task\/client.cert.pem
|
taskd.certificate=\/usr\/local\/google\/home\/barakmich\/.task\/freecinc_d9da621f.cert.pem
|
||||||
|
taskd.key=\/usr\/local\/google\/home\/barakmich\/.task\/freecinc_d9da621f.key.pem
|
||||||
|
taskd.ca=\/usr\/local\/google\/home\/barakmich\/.task\/freecinc_d9da621f.ca.pem
|
||||||
|
|
|
||||||
1
.vimrc
1
.vimrc
|
|
@ -118,6 +118,7 @@ Plugin 'SirVer/ultisnips'
|
||||||
Bundle 'honza/vim-snippets'
|
Bundle 'honza/vim-snippets'
|
||||||
Plugin 'JuliaLang/julia-vim'
|
Plugin 'JuliaLang/julia-vim'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
|
Bundle 'farseer90718/vim-taskwarrior'
|
||||||
"https://git.wincent.com/command-t.git
|
"https://git.wincent.com/command-t.git
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue