diff options
author | luxagraf <sng@luxagraf> | 2021-02-18 17:00:18 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-02-18 17:00:18 -0500 |
commit | ee81dddf80acc9f5b341a4e9cd53e3a534519f03 (patch) | |
tree | 125b77d492e817ec7c3f9fcc0ba7c6d413aac635 | |
parent | 17681dcd4618ebd4c032150e03dad40ea6d9d29d (diff) |
term: new aliases, bash vars, ranger bookmarks and alacritty config
-rw-r--r-- | .aliases | 15 | ||||
-rw-r--r-- | .bashrc | 4 | ||||
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/foot/foot.ini | 2 | ||||
-rw-r--r-- | .config/ranger/bookmarks | 2 | ||||
-rw-r--r-- | .config/ranger/tagged | 1 | ||||
-rw-r--r-- | .photocopyrc | 2 | ||||
-rw-r--r-- | .rsync-exclude-weekly | 5 |
8 files changed, 23 insertions, 10 deletions
@@ -6,6 +6,7 @@ alias v="nvim " #alias vim="nvim " alias dmenu="dmenu_run " #alias thunar="pcmanfm-qt" +alias mpv="mpv --hwdec=auto " # I like feedback alias cp='cp -v' @@ -62,6 +63,16 @@ alias remp4="~/./bin/rename_mp4_files.sh" alias mtsconvert="~/./bin/mts-convert.sh" alias findname='find . -name $1' +# get organized +alias @t="~/./bin/kanbanscripts/addtask.sh" +alias @t="~/./bin/kanbanscripts/starttask.sh" +alias @todo="~/./bin/kanbanscripts/showall.sh" +alias @a="~/./bin/kanbanscripts/showinprogress.sh" + +alias t="todo.sh" +alias ts="todo.sh ls WIRED" +alias ta="todo.sh add " + #Django web dev alias virt='source venv/bin/activate' alias serve='python -m http.server' @@ -90,8 +101,8 @@ alias watchtraffic="nload wlp3s0" alias mt="vnstat -m" # sync -alias ccgtodt="rsync -avvz --progress ~/pictures/nextcloud-ccg-phone/ ~/pictures/2020/00_phone/" -alias lxftodt="rsync -avvz --progress ~/pictures/nextcloud-lxf-phone/ ~/pictures/2020/00_phone/" +alias ccgtodt="rsync -avvz --progress ~/pictures/nextcloud-ccg/ ~/pictures/2021/00_phone/" +alias lxftodt="rsync -avvz --progress ~/pictures/nextcloud-lxf/ ~/pictures/2021/00_phone/" alias mntHFS="sudo mount -t hfsplus -o force,rw" @@ -203,7 +203,7 @@ function md() { # Encode webm: function webm() { - ffmpeg -i $1 -c:v libvpx -quality good -cpu-used 0 -b:v 7000k -qmin 10 -qmax 42 -maxrate 500k -bufsize 2500k -threads 8 -vf scale=-1:720 -c:a libvorbis -b:a 192k -f webm $1.webm + ffmpeg -i "$1" -c:v libvpx -quality good -cpu-used 0 -b:v 7000k -qmin 10 -qmax 42 -maxrate 500k -bufsize 2500k -threads 8 -vf scale=-1:720 -c:a libvorbis -b:a 192k -f webm "$1".webm } # encode ogg v: function ogv() { @@ -264,7 +264,7 @@ function timer(){ } function markdone(){ - echo '\n@done' >> "$1" + echo "@done - $(date '+%Y-%m-%d')" >> "$1" mkdir -p ~/gtd/done/$(date '+%Y-%m-%d') mv "$1" ~/gtd/done/$(date '+%Y-%m-%d') clear diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 91f4b8a..4863466 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -120,7 +120,7 @@ font: # Point size of the font #size: 10.0 - size: 15 + size: 16 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 77a042a..060fa05 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,4 +1,4 @@ -font=Inconsolata:size=8 +font=Inconsolata:size=9 [scrollback] lines=1000 diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index fbfc93a..aa71123 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -10,4 +10,4 @@ c:/home/lxf/pictures/nextcloud-ccg-phone t:/home/lxf/temp p:/home/lxf/temp/wired k:/home/lxf/videos/downloads -':/home/lxf/bin +':/mnt/backup/week.0/videos diff --git a/.config/ranger/tagged b/.config/ranger/tagged index a97ef9d..29f2d21 100644 --- a/.config/ranger/tagged +++ b/.config/ranger/tagged @@ -2,7 +2,6 @@ /home/lxf/sites/usedbarcode.net/usedbarcode/app/contracts/models.py /home/lxf/sites/vanlife.tools/app/accounts/migrations /home/lxf/writing/opera/opera-for-android-best-features.txt -/home/lxf/writing/conde/wired/docs r:/home/lxf/sites/corrinne-site/app/clients_ /home/lxf/temp/Backwoods Home magazine pack - RePack /home/lxf/temp/darktable_exported/2020-11-20_154441_leica-bw.jpg diff --git a/.photocopyrc b/.photocopyrc index f89a141..773f3ba 100644 --- a/.photocopyrc +++ b/.photocopyrc @@ -1 +1 @@ -DSC03843.ARW
\ No newline at end of file +DSC04007.ARW
\ No newline at end of file diff --git a/.rsync-exclude-weekly b/.rsync-exclude-weekly index 3bc79a3..986f967 100644 --- a/.rsync-exclude-weekly +++ b/.rsync-exclude-weekly @@ -5,7 +5,6 @@ venv/ .gem/ .mozilla/ .tor-browser-en/ -downloads/ temp/ .config/skypeforlinux .config/vivaldi-snapshot/SingletonCookie @@ -19,3 +18,7 @@ temp/ .googleearth/ .w3m/ .ssh/ +cache/ +.thunderbird/ +bin/venv +bin/venv3 |