From 814b975533108589b7b76d37e75aeb075e4cd186 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 30 Oct 2025 15:31:47 +0100 Subject: [PATCH] [Linecount] Add cloc and alias for it --- config/fish/config.fish | 1 + install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 15d971a..342fab8 100755 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -26,6 +26,7 @@ alias ff='fastfetch' alias p='nvimpager -p' alias latexdocs='zathura ~/projects/latex/docs/docs.pdf &>> /dev/null & disown' alias gccerr='gcc -Wall -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99' +alias linecount='cloc --vcs git .' # Add scripts in ~/projects/dotfiles/scripts/ to path fish_add_path -P ~/projects/dotfiles/scripts/ diff --git a/install b/install index 40a37ce..e904176 100755 --- a/install +++ b/install @@ -84,7 +84,7 @@ echo " ==> Installing other utilities... " sleep 2 -yay -S --noconfirm --noremovemake okular vlc nextcloud-client p7zip zip unzip noto-fonts pavucontrol light fastfetch bashtop hugo uxplay upower gdu dig nwg-look serpl fcitx5 qalculate-gtk openconnect light blueman xdg-desktop-portal-termfilechooser-hunkyburrito-git lazygit tldr +yay -S --noconfirm --noremovemake okular vlc nextcloud-client p7zip zip unzip noto-fonts pavucontrol light fastfetch bashtop hugo uxplay upower gdu dig nwg-look serpl fcitx5 qalculate-gtk openconnect light blueman xdg-desktop-portal-termfilechooser-hunkyburrito-git lazygit tldr cloc # LaTeX echo "