Initial kitty config
This commit is contained in:
@@ -133,6 +133,7 @@ abbr bf "buku-fzf fq"
|
||||
abbr bq "benq-brightness"
|
||||
abbr bupp "backup-phone-pics"
|
||||
abbr cccs "sync-alt-cal class"
|
||||
abbr cl "clip"
|
||||
abbr cpc "copy cat"
|
||||
abbr cpe "copy echo"
|
||||
abbr cpp "copy echo (pwd)"
|
||||
@@ -161,7 +162,9 @@ abbr grog "git-replace-origin-gitea"
|
||||
abbr gsmb "git-submodule-branch"
|
||||
|
||||
# ]]] git #
|
||||
abbr m "man-vim"
|
||||
abbr i "sxiv-silent"
|
||||
# abbr m "man-vim"
|
||||
abbr mn "man-vim"
|
||||
abbr ma "man-vim task"
|
||||
abbr mat "math"
|
||||
abbr mdf "mkdir-cd"
|
||||
@@ -183,6 +186,7 @@ abbr usc "us-to-cad"
|
||||
abbr ut "unix-timestamp"
|
||||
abbr uzr "unzip-rm"
|
||||
abbr vsnp "vim-snippet"
|
||||
abbr waf "watson-add-fortnite"
|
||||
abbr xya "export-pkgs"
|
||||
|
||||
# school [[[ #
|
||||
|
||||
7
dot_config/fish/functions/clip.fish
Normal file
7
dot_config/fish/functions/clip.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function clip
|
||||
if test (count $argv) -eq 3
|
||||
ffmpeg -ss $argv[1] -i $argv[2] -codec copy $argv[3]
|
||||
else
|
||||
ffmpeg -ss $argv[1] -to $argv[2] -i $argv[3] -codec copy $argv[4]
|
||||
end
|
||||
end
|
||||
3
dot_config/fish/functions/sxiv-silent.fish
Normal file
3
dot_config/fish/functions/sxiv-silent.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function sxiv-silent
|
||||
sxiv $argv[1] &
|
||||
end
|
||||
7
dot_config/fish/functions/watson-add-fortnite.fish
Normal file
7
dot_config/fish/functions/watson-add-fortnite.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function watson-add-fortnite
|
||||
if test (count $argv) -eq 4
|
||||
watson add -f "2020-04-$argv[1] $argv[2]" -t "2020-04-$argv[3] $argv[4]" fun +fortnite
|
||||
else
|
||||
watson add -f "2020-04-$argv[1] $argv[2]" -t "2020-04-$argv[3] $argv[4]" fun +fortnite +$argv[5]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user