summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-10 17:20:41 +0300
committerYigit Sever2019-09-10 17:20:41 +0300
commitf4419b4a0f7f058c6821142e558d6a62961ada0d (patch)
tree5f3d848a6bf7b8c19db21ae1f76339a05094336f
parent23b791447e42affafe13f468f7109639d578a6c3 (diff)
downloaddotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.gz
dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.bz2
dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.zip
Migrate from dropbox to nextcloud
-rwxr-xr-x.xsession##desktop.Linux.Lowe5
-rw-r--r--.zshrc6
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 &
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"