From 39862ee5ddff9a8cb3d3f763a47aba0954dbe9c5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 4 Sep 2019 22:53:41 +0300 Subject: Migrate home to nextcloud --- .config/i3/config##desktop.Linux.Maus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 33c2484..9c62d18 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus @@ -8,7 +8,7 @@ set $alt Mod1 #autostart exec --no-startup-id xsettingsd & exec --no-startup-id compton -b & -exec --no-startup-id dropbox & +exec --no-startup-id nextcloud & exec --no-startup-id copyq & exec --no-startup-id redshift-gtk & exec --no-startup-id nm-applet & -- cgit v1.2.3-70-g09d2 From f4419b4a0f7f058c6821142e558d6a62961ada0d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 10 Sep 2019 17:20:41 +0300 Subject: Migrate from dropbox to nextcloud --- .xsession##desktop.Linux.Lowe | 5 ++++- .zshrc | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe index 5ca1fa9..f6f1fd9 100755 --- a/.xsession##desktop.Linux.Lowe +++ b/.xsession##desktop.Linux.Lowe @@ -24,7 +24,7 @@ xsettingsd & redshift-gtk & # utilities -dropbox & +nextcloud & copyq & conky --daemonize -c ~/.config/conky/conky.conf & conky --daemonize -c ~/.config/conky/task.conf & @@ -32,3 +32,6 @@ unclutter --timeout 3 --jitter 3 -b & # keyboard with alt+shift us,tr switch, map escape to capslock setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & + +# bind the local port to overseer +ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer diff --git a/.zshrc b/.zshrc index e84e3cb..40cdc58 100644 --- a/.zshrc +++ b/.zshrc @@ -120,8 +120,8 @@ alias -g C='| xsel -b' # Copy to clipboard alias bc='bc -l' alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" alias gg="exit" -alias ledger="ledger -f ~/Dropbox/ledger.dat" -alias report="report -f ~/Dropbox/ledger.dat" +alias ledger="ledger -f ~/Nextcloud/ledger.dat" +alias report="report -f ~/Nextcloud/ledger.dat" RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC @@ -147,7 +147,7 @@ alias tick=tickle #think it over alias think='tickle +1d' -alias lim='nvim /home/yigit/Dropbox/ledger.dat' +alias lim='nvim /home/yigit/Nextcloud/ledger.dat' alias maybe='task due:someday list' alias music='mpv --no-vid' alias s="du -hs * | sort -rh | head -5" -- cgit v1.2.3-70-g09d2 From 33a3eaf404342588b5f9d2de4474b5d6ac6320a4 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 10 Sep 2019 17:22:55 +0300 Subject: Work uses special taskrc due to ports --- .taskrc##desktop.Linux.Lowe | 90 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 .taskrc##desktop.Linux.Lowe diff --git a/.taskrc##desktop.Linux.Lowe b/.taskrc##desktop.Linux.Lowe new file mode 100644 index 0000000..fee2a32 --- /dev/null +++ b/.taskrc##desktop.Linux.Lowe @@ -0,0 +1,90 @@ +# [Created by task 2.5.1 2/6/2017 17:29:09] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +#data.location=/home/yigit/Dropbox/.task + +# Color theme (uncomment one to use) +#include /usr/share/doc/task/rc/light-16.theme +#include /usr/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/share/doc/task/rc/dark-red-256.theme +#include /usr/share/doc/task/rc/dark-green-256.theme +#include /usr/share/doc/task/rc/dark-blue-256.theme +#include /usr/share/doc/task/rc/dark-violets-256.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-blue-256.theme +include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-light-256.theme +#include /usr/share/doc/task/rc/no-color.theme + +###### GTD Configuration ###### +### 'in' Report Definition +report.in.columns = id,description +report.in.description = Inbox +report.in.filter = status:pending limit:page (+in) +report.in.labels = ID,Description + +### 'inConky' Report Definition +report.inConky.columns = description +report.inConky.description = Inbox for Conky +report.inConky.filter = status:pending limit:page (+in) +report.inConky.labels = Description +# +### 'todo' Report Definition +report.todo.columns = id,description,due +report.todo.labels = ID,Description,Due +report.todo.description = Tasks with due dates +report.todo.filter = status:pending and due.after:now and due.before:later +report.todo.sort = due+ +report.todo.dateformat = D/M, a @H:N + +### 'todo to Show in Conky' Report Definition +report.todoConky.columns = description,due +report.todoConky.labels = Description, Due +report.todoConky.description = Tasks to do +report.todoConky.sort = due+ +report.todoConky.filter = status:pending and due.after:now and due.before:later +report.todoConky.dateformat = D-M-y H:N (A) + +### report for focus script +report.custom_focus.columns = description +report.custom_focus.labels = Description +report.custom_focus.description = Task to feed to focus script +report.custom_focus.filter = status:pending and +ACTIVE + +### contexts +context.home = +@home or +@online +context.work = +@work or +@online + +### user defined attribute brainpower (difficulty of tasks) +uda.brainpower.type = string +uda.brainpower.label = Brainpower +uda.brainpower.values = H,M,L +uda.brainpower.default = M + +### overriding 'next' report +report.next.description = Most urgent tasks +report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower +report.next.filter = status:pending and due.none: and +next +report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower +report.next.sort = brainpower-,priority-,urgency- + +calendar.details=full +taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem +taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem +taskd.ca=\/home\/yigit\/.task\/ca.cert.pem +taskd.server=localhost:53589 +taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd +taskd.trust=ignore hostname -- cgit v1.2.3-70-g09d2 From b9c87924fbc45c5bebd3f7b627afaa41708c4afc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 10 Sep 2019 17:22:55 +0300 Subject: Work uses special taskrc due to ports --- .taskrc | 91 +-------------------------------------------- .taskrc##desktop.Linux.Lowe | 90 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 90 deletions(-) mode change 100644 => 120000 .taskrc create mode 100644 .taskrc##desktop.Linux.Lowe diff --git a/.taskrc b/.taskrc deleted file mode 100644 index 375080c..0000000 --- a/.taskrc +++ /dev/null @@ -1,90 +0,0 @@ -# [Created by task 2.5.1 2/6/2017 17:29:09] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' - -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -# Files -#data.location=/home/yigit/Dropbox/.task - -# Color theme (uncomment one to use) -#include /usr/share/doc/task/rc/light-16.theme -#include /usr/share/doc/task/rc/light-256.theme -#include /usr/share/doc/task/rc/dark-16.theme -#include /usr/share/doc/task/rc/dark-256.theme -#include /usr/share/doc/task/rc/dark-red-256.theme -#include /usr/share/doc/task/rc/dark-green-256.theme -#include /usr/share/doc/task/rc/dark-blue-256.theme -#include /usr/share/doc/task/rc/dark-violets-256.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-blue-256.theme -include /usr/share/doc/task/rc/solarized-dark-256.theme -#include /usr/share/doc/task/rc/solarized-light-256.theme -#include /usr/share/doc/task/rc/no-color.theme - -###### GTD Configuration ###### -### 'in' Report Definition -report.in.columns = id,description -report.in.description = Inbox -report.in.filter = status:pending limit:page (+in) -report.in.labels = ID,Description - -### 'inConky' Report Definition -report.inConky.columns = description -report.inConky.description = Inbox for Conky -report.inConky.filter = status:pending limit:page (+in) -report.inConky.labels = Description -# -### 'todo' Report Definition -report.todo.columns = id,description,due -report.todo.labels = ID,Description,Due -report.todo.description = Tasks with due dates -report.todo.filter = status:pending and due.after:now and due.before:later -report.todo.sort = due+ -report.todo.dateformat = D/M, a @H:N - -### 'todo to Show in Conky' Report Definition -report.todoConky.columns = description,due -report.todoConky.labels = Description, Due -report.todoConky.description = Tasks to do -report.todoConky.sort = due+ -report.todoConky.filter = status:pending and due.after:now and due.before:later -report.todoConky.dateformat = D-M-y H:N (A) - -### report for focus script -report.custom_focus.columns = description -report.custom_focus.labels = Description -report.custom_focus.description = Task to feed to focus script -report.custom_focus.filter = status:pending and +ACTIVE - -### contexts -context.home = +@home or +@online -context.work = +@work or +@online - -### user defined attribute brainpower (difficulty of tasks) -uda.brainpower.type = string -uda.brainpower.label = Brainpower -uda.brainpower.values = H,M,L -uda.brainpower.default = M - -### overriding 'next' report -report.next.description = Most urgent tasks -report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower -report.next.filter = status:pending and due.none: and +next -report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower -report.next.sort = brainpower-,priority-,urgency- - -calendar.details=full -taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem -taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem -taskd.ca=\/home\/yigit\/.task\/ca.cert.pem -taskd.server=207.154.210.186:80 -taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd -taskd.trust=ignore hostname diff --git a/.taskrc b/.taskrc new file mode 120000 index 0000000..6b0f257 --- /dev/null +++ b/.taskrc @@ -0,0 +1 @@ +/home/yigit/.taskrc##desktop.Linux.Lowe \ No newline at end of file diff --git a/.taskrc##desktop.Linux.Lowe b/.taskrc##desktop.Linux.Lowe new file mode 100644 index 0000000..fee2a32 --- /dev/null +++ b/.taskrc##desktop.Linux.Lowe @@ -0,0 +1,90 @@ +# [Created by task 2.5.1 2/6/2017 17:29:09] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +#data.location=/home/yigit/Dropbox/.task + +# Color theme (uncomment one to use) +#include /usr/share/doc/task/rc/light-16.theme +#include /usr/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/share/doc/task/rc/dark-red-256.theme +#include /usr/share/doc/task/rc/dark-green-256.theme +#include /usr/share/doc/task/rc/dark-blue-256.theme +#include /usr/share/doc/task/rc/dark-violets-256.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-blue-256.theme +include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-light-256.theme +#include /usr/share/doc/task/rc/no-color.theme + +###### GTD Configuration ###### +### 'in' Report Definition +report.in.columns = id,description +report.in.description = Inbox +report.in.filter = status:pending limit:page (+in) +report.in.labels = ID,Description + +### 'inConky' Report Definition +report.inConky.columns = description +report.inConky.description = Inbox for Conky +report.inConky.filter = status:pending limit:page (+in) +report.inConky.labels = Description +# +### 'todo' Report Definition +report.todo.columns = id,description,due +report.todo.labels = ID,Description,Due +report.todo.description = Tasks with due dates +report.todo.filter = status:pending and due.after:now and due.before:later +report.todo.sort = due+ +report.todo.dateformat = D/M, a @H:N + +### 'todo to Show in Conky' Report Definition +report.todoConky.columns = description,due +report.todoConky.labels = Description, Due +report.todoConky.description = Tasks to do +report.todoConky.sort = due+ +report.todoConky.filter = status:pending and due.after:now and due.before:later +report.todoConky.dateformat = D-M-y H:N (A) + +### report for focus script +report.custom_focus.columns = description +report.custom_focus.labels = Description +report.custom_focus.description = Task to feed to focus script +report.custom_focus.filter = status:pending and +ACTIVE + +### contexts +context.home = +@home or +@online +context.work = +@work or +@online + +### user defined attribute brainpower (difficulty of tasks) +uda.brainpower.type = string +uda.brainpower.label = Brainpower +uda.brainpower.values = H,M,L +uda.brainpower.default = M + +### overriding 'next' report +report.next.description = Most urgent tasks +report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower +report.next.filter = status:pending and due.none: and +next +report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower +report.next.sort = brainpower-,priority-,urgency- + +calendar.details=full +taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem +taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem +taskd.ca=\/home\/yigit\/.task\/ca.cert.pem +taskd.server=localhost:53589 +taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd +taskd.trust=ignore hostname -- cgit v1.2.3-70-g09d2 From 341bebe5716fb14c578ff92ae37ab038af338aa7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 10 Sep 2019 20:36:54 +0300 Subject: Task client settings for home --- .taskrc | 91 +-------------------------------------------- .taskrc##desktop.Linux.Maus | 90 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 90 deletions(-) mode change 100644 => 120000 .taskrc create mode 100644 .taskrc##desktop.Linux.Maus diff --git a/.taskrc b/.taskrc deleted file mode 100644 index 375080c..0000000 --- a/.taskrc +++ /dev/null @@ -1,90 +0,0 @@ -# [Created by task 2.5.1 2/6/2017 17:29:09] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' - -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -# Files -#data.location=/home/yigit/Dropbox/.task - -# Color theme (uncomment one to use) -#include /usr/share/doc/task/rc/light-16.theme -#include /usr/share/doc/task/rc/light-256.theme -#include /usr/share/doc/task/rc/dark-16.theme -#include /usr/share/doc/task/rc/dark-256.theme -#include /usr/share/doc/task/rc/dark-red-256.theme -#include /usr/share/doc/task/rc/dark-green-256.theme -#include /usr/share/doc/task/rc/dark-blue-256.theme -#include /usr/share/doc/task/rc/dark-violets-256.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-blue-256.theme -include /usr/share/doc/task/rc/solarized-dark-256.theme -#include /usr/share/doc/task/rc/solarized-light-256.theme -#include /usr/share/doc/task/rc/no-color.theme - -###### GTD Configuration ###### -### 'in' Report Definition -report.in.columns = id,description -report.in.description = Inbox -report.in.filter = status:pending limit:page (+in) -report.in.labels = ID,Description - -### 'inConky' Report Definition -report.inConky.columns = description -report.inConky.description = Inbox for Conky -report.inConky.filter = status:pending limit:page (+in) -report.inConky.labels = Description -# -### 'todo' Report Definition -report.todo.columns = id,description,due -report.todo.labels = ID,Description,Due -report.todo.description = Tasks with due dates -report.todo.filter = status:pending and due.after:now and due.before:later -report.todo.sort = due+ -report.todo.dateformat = D/M, a @H:N - -### 'todo to Show in Conky' Report Definition -report.todoConky.columns = description,due -report.todoConky.labels = Description, Due -report.todoConky.description = Tasks to do -report.todoConky.sort = due+ -report.todoConky.filter = status:pending and due.after:now and due.before:later -report.todoConky.dateformat = D-M-y H:N (A) - -### report for focus script -report.custom_focus.columns = description -report.custom_focus.labels = Description -report.custom_focus.description = Task to feed to focus script -report.custom_focus.filter = status:pending and +ACTIVE - -### contexts -context.home = +@home or +@online -context.work = +@work or +@online - -### user defined attribute brainpower (difficulty of tasks) -uda.brainpower.type = string -uda.brainpower.label = Brainpower -uda.brainpower.values = H,M,L -uda.brainpower.default = M - -### overriding 'next' report -report.next.description = Most urgent tasks -report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower -report.next.filter = status:pending and due.none: and +next -report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower -report.next.sort = brainpower-,priority-,urgency- - -calendar.details=full -taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem -taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem -taskd.ca=\/home\/yigit\/.task\/ca.cert.pem -taskd.server=207.154.210.186:80 -taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd -taskd.trust=ignore hostname diff --git a/.taskrc b/.taskrc new file mode 120000 index 0000000..ec7bbd3 --- /dev/null +++ b/.taskrc @@ -0,0 +1 @@ +/home/yigit/.taskrc##desktop.Linux.Maus \ No newline at end of file diff --git a/.taskrc##desktop.Linux.Maus b/.taskrc##desktop.Linux.Maus new file mode 100644 index 0000000..23addf7 --- /dev/null +++ b/.taskrc##desktop.Linux.Maus @@ -0,0 +1,90 @@ +# [Created by task 2.5.1 2/6/2017 17:29:09] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +#data.location=/home/yigit/Dropbox/.task + +# Color theme (uncomment one to use) +#include /usr/share/doc/task/rc/light-16.theme +#include /usr/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/share/doc/task/rc/dark-red-256.theme +#include /usr/share/doc/task/rc/dark-green-256.theme +#include /usr/share/doc/task/rc/dark-blue-256.theme +#include /usr/share/doc/task/rc/dark-violets-256.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-blue-256.theme +include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-light-256.theme +#include /usr/share/doc/task/rc/no-color.theme + +###### GTD Configuration ###### +### 'in' Report Definition +report.in.columns = id,description +report.in.description = Inbox +report.in.filter = status:pending limit:page (+in) +report.in.labels = ID,Description + +### 'inConky' Report Definition +report.inConky.columns = description +report.inConky.description = Inbox for Conky +report.inConky.filter = status:pending limit:page (+in) +report.inConky.labels = Description +# +### 'todo' Report Definition +report.todo.columns = id,description,due +report.todo.labels = ID,Description,Due +report.todo.description = Tasks with due dates +report.todo.filter = status:pending and due.after:now and due.before:later +report.todo.sort = due+ +report.todo.dateformat = D/M, a @H:N + +### 'todo to Show in Conky' Report Definition +report.todoConky.columns = description,due +report.todoConky.labels = Description, Due +report.todoConky.description = Tasks to do +report.todoConky.sort = due+ +report.todoConky.filter = status:pending and due.after:now and due.before:later +report.todoConky.dateformat = D-M-y H:N (A) + +### report for focus script +report.custom_focus.columns = description +report.custom_focus.labels = Description +report.custom_focus.description = Task to feed to focus script +report.custom_focus.filter = status:pending and +ACTIVE + +### contexts +context.home = +@home or +@online +context.work = +@work or +@online + +### user defined attribute brainpower (difficulty of tasks) +uda.brainpower.type = string +uda.brainpower.label = Brainpower +uda.brainpower.values = H,M,L +uda.brainpower.default = M + +### overriding 'next' report +report.next.description = Most urgent tasks +report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower +report.next.filter = status:pending and due.none: and +next +report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower +report.next.sort = brainpower-,priority-,urgency- + +calendar.details=full +taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem +taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem +taskd.ca=\/home\/yigit\/.task\/ca.cert.pem +taskd.server=yigitsever.bike:53589 +taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd +taskd.trust=ignore hostname -- cgit v1.2.3-70-g09d2 From a69e592b4b54a10937d1bd332937d1db968d94dc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 12 Sep 2019 15:25:01 +0300 Subject: New vim plugin --- .config/nvim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index bd3a3a7..c7fe6de 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -53,6 +53,8 @@ Plug 'chrisbra/Colorizer' Plug 'matze/vim-move' " search/select/edit sandwiched textobjects (vim-surround) Plug 'machakann/vim-sandwich' +" provide additional text objects +Plug 'wellle/targets.vim' "folding ledger files Plug 'ledger/vim-ledger' -- cgit v1.2.3-70-g09d2 From 49069a10ecb8be355348a4b314005b17e7f41d90 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 12 Sep 2019 15:25:13 +0300 Subject: No need for ruby condition --- .zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zshrc b/.zshrc index 40cdc58..2c1ceaa 100644 --- a/.zshrc +++ b/.zshrc @@ -127,11 +127,6 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC export GPG_TTY=$(tty) -if [ "$hostname" != "Luchs" ]; then - PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" - export GEM_HOME=$HOME/.gem -fi - # Getting Things Done & Taskwarrior Related alias in='task add +in' # Alias for tasks with in tag (in tray) alias inc='task +in +PENDING count' # Reporting the number of in things -- cgit v1.2.3-70-g09d2 From 42f1d2b6ed6907d93a04ef06b9d6b093502a3326 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 13 Sep 2019 15:02:38 +0300 Subject: Work pc requires different font name for polybar --- .config/polybar/config##desktop.Linux.Lowe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe index 5b0c3c0..8ee7e4d 100644 --- a/.config/polybar/config##desktop.Linux.Lowe +++ b/.config/polybar/config##desktop.Linux.Lowe @@ -50,7 +50,7 @@ module-margin = 1 font-0 = scientifica:antialias=false;0 font-1 = Lato:size=10;1 font-2 = Raleway:size=10;1 -font-3 = FuraCode Nerd Font Mono:size=12;2 +font-3 = FuraCode Nerd Font:size=12;2 modules-left = i3 pulseaudio mpd modules-center = xwindow -- cgit v1.2.3-70-g09d2 From 4c502abc095219c2fcd454c7fa90d05278cbcd94 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 13 Sep 2019 15:02:55 +0300 Subject: perl cpan variables --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 2c1ceaa..88a059a 100644 --- a/.zshrc +++ b/.zshrc @@ -153,3 +153,9 @@ alias tp='trash-put' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" + +PATH="/home/yigit/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; -- cgit v1.2.3-70-g09d2