summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------.taskrc1
-rw-r--r--.taskrc##desktop.Linux.Lowe90
-rwxr-xr-x.xsession##desktop.Linux.Lowe5
-rw-r--r--.zshrc6
4 files changed, 97 insertions, 5 deletions
diff --git a/.taskrc b/.taskrc
deleted file mode 120000
index ec7bbd3..0000000
--- a/.taskrc
+++ /dev/null
@@ -1 +0,0 @@
1/home/yigit/.taskrc##desktop.Linux.Maus \ 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 @@
1# [Created by task 2.5.1 2/6/2017 17:29:09]
2# Taskwarrior program configuration file.
3# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
4# 'man task-sync' or 'man taskrc'
5
6# Here is an example of entries that use the default, override and blank values
7# variable=foo -- By specifying a value, this overrides the default
8# variable= -- By specifying no value, this means no default
9# #variable=foo -- By commenting out the line, or deleting it, this uses the default
10
11# Use the command 'task show' to see all defaults and overrides
12
13# Files
14#data.location=/home/yigit/Dropbox/.task
15
16# Color theme (uncomment one to use)
17#include /usr/share/doc/task/rc/light-16.theme
18#include /usr/share/doc/task/rc/light-256.theme
19#include /usr/share/doc/task/rc/dark-16.theme
20#include /usr/share/doc/task/rc/dark-256.theme
21#include /usr/share/doc/task/rc/dark-red-256.theme
22#include /usr/share/doc/task/rc/dark-green-256.theme
23#include /usr/share/doc/task/rc/dark-blue-256.theme
24#include /usr/share/doc/task/rc/dark-violets-256.theme
25#include /usr/share/doc/task/rc/dark-yellow-green.theme
26#include /usr/share/doc/task/rc/dark-gray-256.theme
27#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
28include /usr/share/doc/task/rc/solarized-dark-256.theme
29#include /usr/share/doc/task/rc/solarized-light-256.theme
30#include /usr/share/doc/task/rc/no-color.theme
31
32###### GTD Configuration ######
33### 'in' Report Definition
34report.in.columns = id,description
35report.in.description = Inbox
36report.in.filter = status:pending limit:page (+in)
37report.in.labels = ID,Description
38
39### 'inConky' Report Definition
40report.inConky.columns = description
41report.inConky.description = Inbox for Conky
42report.inConky.filter = status:pending limit:page (+in)
43report.inConky.labels = Description
44#
45### 'todo' Report Definition
46report.todo.columns = id,description,due
47report.todo.labels = ID,Description,Due
48report.todo.description = Tasks with due dates
49report.todo.filter = status:pending and due.after:now and due.before:later
50report.todo.sort = due+
51report.todo.dateformat = D/M, a @H:N
52
53### 'todo to Show in Conky' Report Definition
54report.todoConky.columns = description,due
55report.todoConky.labels = Description, Due
56report.todoConky.description = Tasks to do
57report.todoConky.sort = due+
58report.todoConky.filter = status:pending and due.after:now and due.before:later
59report.todoConky.dateformat = D-M-y H:N (A)
60
61### report for focus script
62report.custom_focus.columns = description
63report.custom_focus.labels = Description
64report.custom_focus.description = Task to feed to focus script
65report.custom_focus.filter = status:pending and +ACTIVE
66
67### contexts
68context.home = +@home or +@online
69context.work = +@work or +@online
70
71### user defined attribute brainpower (difficulty of tasks)
72uda.brainpower.type = string
73uda.brainpower.label = Brainpower
74uda.brainpower.values = H,M,L
75uda.brainpower.default = M
76
77### overriding 'next' report
78report.next.description = Most urgent tasks
79report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower
80report.next.filter = status:pending and due.none: and +next
81report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower
82report.next.sort = brainpower-,priority-,urgency-
83
84calendar.details=full
85taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem
86taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem
87taskd.ca=\/home\/yigit\/.task\/ca.cert.pem
88taskd.server=localhost:53589
89taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd
90taskd.trust=ignore hostname
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 &
24redshift-gtk & 24redshift-gtk &
25 25
26# utilities 26# utilities
27dropbox & 27nextcloud &
28copyq & 28copyq &
29conky --daemonize -c ~/.config/conky/conky.conf & 29conky --daemonize -c ~/.config/conky/conky.conf &
30conky --daemonize -c ~/.config/conky/task.conf & 30conky --daemonize -c ~/.config/conky/task.conf &
@@ -32,3 +32,6 @@ unclutter --timeout 3 --jitter 3 -b &
32 32
33# keyboard with alt+shift us,tr switch, map escape to capslock 33# keyboard with alt+shift us,tr switch, map escape to capslock
34setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & 34setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape &
35
36# bind the local port to overseer
37ssh -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
120alias bc='bc -l' 120alias bc='bc -l'
121alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" 121alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)"
122alias gg="exit" 122alias gg="exit"
123alias ledger="ledger -f ~/Dropbox/ledger.dat" 123alias ledger="ledger -f ~/Nextcloud/ledger.dat"
124alias report="report -f ~/Dropbox/ledger.dat" 124alias report="report -f ~/Nextcloud/ledger.dat"
125 125
126RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 126RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
127 127
@@ -147,7 +147,7 @@ alias tick=tickle
147#think it over 147#think it over
148alias think='tickle +1d' 148alias think='tickle +1d'
149 149
150alias lim='nvim /home/yigit/Dropbox/ledger.dat' 150alias lim='nvim /home/yigit/Nextcloud/ledger.dat'
151alias maybe='task due:someday list' 151alias maybe='task due:someday list'
152alias music='mpv --no-vid' 152alias music='mpv --no-vid'
153alias s="du -hs * | sort -rh | head -5" 153alias s="du -hs * | sort -rh | head -5"