1
0

kitty font update

This commit is contained in:
2024-06-01 00:30:48 +02:00
parent 93f3a25889
commit 7350ce3e3a
4 changed files with 31 additions and 31 deletions
+5 -3
View File
@@ -2,6 +2,7 @@
alias ka="killall" \
p="sudo pacman" \
s="sudo systemctl" \
su="systemctl --user" \
ss="sudo systemctl start" \
f="nnn" \
g="git" \
@@ -11,8 +12,7 @@ alias ka="killall" \
reflect="sudo reflector --country Netherlands --sort rate --age 12 --save /etc/pacman.d/mirrorlist" \
grep="grep --color=auto" \
diff="diff --color=auto" \
yt="youtube-dl --add-metadata -i -o '%(upload_date)s-%(title)s.%(ext)s'" \
yta="yt -x -f bestaudio/best" \
yta="yt-dlp -x -f bestaudio/best" \
vim="nvim" \
cfg="$EDITOR ~/.config/hypr/hyprland.conf" \
ssh="kitty +kitten ssh" \
@@ -20,7 +20,9 @@ alias ka="killall" \
sw="swallow" \
swz="swallow zathura" \
pls="sudo" \
o="fzf | sw xdg-open"
o="fzf | sw xdg-open" \
gif="gifski -Q 60 --output -" \
duf="du -sh -- */ | sort -rh"
se() { du -a ~/.scripts/* ~/.config/* | awk '{print $2}' | fzf | xargs -r $EDITOR ;}
vf() { fzf | xargs -r -I % $EDITOR % ;}