tweak(global/packages): neofetch -> hyfetch

This commit is contained in:
Infinidoge 2023-07-19 16:41:13 -04:00
parent c95e064a81
commit dcf22f2da3
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@
frei frei
git git
htop htop
hyfetch
iputils iputils
jq jq
lynx lynx
@ -32,7 +33,6 @@
man-pages-posix man-pages-posix
manix manix
moreutils moreutils
neofetch
nmap nmap
ntfs3g # Windows drives ntfs3g # Windows drives
parted parted

View file

@ -84,6 +84,8 @@ in
path = "tr ':' '\n' <<< \"$PATH\""; path = "tr ':' '\n' <<< \"$PATH\"";
timestamp = "date +%s -d"; timestamp = "date +%s -d";
neofetch = "neowofetch";
# yt-dlp # yt-dlp
yt-m4a = ''yt-dlp -f "bestaudio[ext=m4a]" -o "%(title)s.%(ext)s"''; yt-m4a = ''yt-dlp -f "bestaudio[ext=m4a]" -o "%(title)s.%(ext)s"'';
yt-mp4 = ''yt-dlp -f "best[ext=mp4]" -o "%(title)s.%(ext)s"''; yt-mp4 = ''yt-dlp -f "best[ext=mp4]" -o "%(title)s.%(ext)s"'';