Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/.chezmoidata.yaml

This commit is contained in:
Brian Zalewski 2022-12-06 16:52:40 +00:00
parent eee58f013d
commit 916cbff24e
2 changed files with 12 additions and 0 deletions

View file

@ -109,6 +109,7 @@ softwareGroups:
- dust
- empty-trash
- exa
- fcp
- fd
- fkill
- fzf

View file

@ -1849,6 +1849,17 @@ softwarePackages:
_name: null
_service: null
npm: fastify-cli
fcp:
_bin: fcp
_desc: A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.
_docs: https://github.com/Svetlitski/fcp#usage
_github: https://github.com/Svetlitski/fcp
_home: https://github.com/Svetlitski/fcp
_name: fcp
_service: false
brew: fcp
cargo: fcp
nix: unstable.fcp
fd:
_bin: fd
_desc: '[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find''s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.'