From f44019d91a0a6e55f3d55c9099b3338bfa96e6c4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 12 Dec 2022 14:35:06 +0000 Subject: [PATCH] Adds tokei to Arch installs --- scripts/installs/arch-pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installs/arch-pacman.sh b/scripts/installs/arch-pacman.sh index 189a7bd..9326d11 100644 --- a/scripts/installs/arch-pacman.sh +++ b/scripts/installs/arch-pacman.sh @@ -27,7 +27,6 @@ pacman_apps=( 'aria2' # Resuming download util (better wget) 'bat' # Output highlighting (better cat) 'broot' # Interactive directory navigation - 'cloc' # Count lines of code in file / dir 'ctags' # Indexing of file info + headers 'diff-so-fancy' # Readable file compares (better diff) 'duf' # Get info on mounted disks (better df) @@ -44,6 +43,7 @@ pacman_apps=( 'thefuck' # Auto-correct miss-typed commands 'tealdeer' # Reader for command docs (better man) 'tree' # Directory listings as tree structure + 'tokei' # Count lines of code (better cloc) 'trash-cli' # Record and restore removed files 'xsel' # Copy paste access to the X clipboard 'zoxide' # Auto-learning navigation (better cd)