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