mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 15:09:12 +01:00
Adds tokei to Arch installs
This commit is contained in:
parent
48aed21b64
commit
f44019d91a
@ -27,7 +27,6 @@ pacman_apps=(
|
|||||||
'aria2' # Resuming download util (better wget)
|
'aria2' # Resuming download util (better wget)
|
||||||
'bat' # Output highlighting (better cat)
|
'bat' # Output highlighting (better cat)
|
||||||
'broot' # Interactive directory navigation
|
'broot' # Interactive directory navigation
|
||||||
'cloc' # Count lines of code in file / dir
|
|
||||||
'ctags' # Indexing of file info + headers
|
'ctags' # Indexing of file info + headers
|
||||||
'diff-so-fancy' # Readable file compares (better diff)
|
'diff-so-fancy' # Readable file compares (better diff)
|
||||||
'duf' # Get info on mounted disks (better df)
|
'duf' # Get info on mounted disks (better df)
|
||||||
@ -44,6 +43,7 @@ pacman_apps=(
|
|||||||
'thefuck' # Auto-correct miss-typed commands
|
'thefuck' # Auto-correct miss-typed commands
|
||||||
'tealdeer' # Reader for command docs (better man)
|
'tealdeer' # Reader for command docs (better man)
|
||||||
'tree' # Directory listings as tree structure
|
'tree' # Directory listings as tree structure
|
||||||
|
'tokei' # Count lines of code (better cloc)
|
||||||
'trash-cli' # Record and restore removed files
|
'trash-cli' # Record and restore removed files
|
||||||
'xsel' # Copy paste access to the X clipboard
|
'xsel' # Copy paste access to the X clipboard
|
||||||
'zoxide' # Auto-learning navigation (better cd)
|
'zoxide' # Auto-learning navigation (better cd)
|
||||||
|
Loading…
Reference in New Issue
Block a user