diff options
| author | Yigit Sever | 2019-09-10 17:20:41 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-10 17:20:41 +0300 |
| commit | f4419b4a0f7f058c6821142e558d6a62961ada0d (patch) | |
| tree | 5f3d848a6bf7b8c19db21ae1f76339a05094336f | |
| parent | 23b791447e42affafe13f468f7109639d578a6c3 (diff) | |
| download | dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.gz dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.bz2 dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.zip | |
Migrate from dropbox to nextcloud
| -rwxr-xr-x | .xsession##desktop.Linux.Lowe | 5 | ||||
| -rw-r--r-- | .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 & | |||
| 24 | redshift-gtk & | 24 | redshift-gtk & |
| 25 | 25 | ||
| 26 | # utilities | 26 | # utilities |
| 27 | dropbox & | 27 | nextcloud & |
| 28 | copyq & | 28 | copyq & |
| 29 | conky --daemonize -c ~/.config/conky/conky.conf & | 29 | conky --daemonize -c ~/.config/conky/conky.conf & |
| 30 | conky --daemonize -c ~/.config/conky/task.conf & | 30 | conky --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 |
| 34 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & |
| 35 | |||
| 36 | # bind the local port to overseer | ||
| 37 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer | ||
| @@ -120,8 +120,8 @@ alias -g C='| xsel -b' # Copy to clipboard | |||
| 120 | alias bc='bc -l' | 120 | alias bc='bc -l' |
| 121 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" | 121 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" |
| 122 | alias gg="exit" | 122 | alias gg="exit" |
| 123 | alias ledger="ledger -f ~/Dropbox/ledger.dat" | 123 | alias ledger="ledger -f ~/Nextcloud/ledger.dat" |
| 124 | alias report="report -f ~/Dropbox/ledger.dat" | 124 | alias report="report -f ~/Nextcloud/ledger.dat" |
| 125 | 125 | ||
| 126 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 126 | RANGER_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 |
| 148 | alias think='tickle +1d' | 148 | alias think='tickle +1d' |
| 149 | 149 | ||
| 150 | alias lim='nvim /home/yigit/Dropbox/ledger.dat' | 150 | alias lim='nvim /home/yigit/Nextcloud/ledger.dat' |
| 151 | alias maybe='task due:someday list' | 151 | alias maybe='task due:someday list' |
| 152 | alias music='mpv --no-vid' | 152 | alias music='mpv --no-vid' |
| 153 | alias s="du -hs * | sort -rh | head -5" | 153 | alias s="du -hs * | sort -rh | head -5" |
