Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/.chezmoidata.yaml
This commit is contained in:
parent
eee58f013d
commit
916cbff24e
2 changed files with 12 additions and 0 deletions
|
@ -109,6 +109,7 @@ softwareGroups:
|
||||||
- dust
|
- dust
|
||||||
- empty-trash
|
- empty-trash
|
||||||
- exa
|
- exa
|
||||||
|
- fcp
|
||||||
- fd
|
- fd
|
||||||
- fkill
|
- fkill
|
||||||
- fzf
|
- fzf
|
||||||
|
|
|
@ -1849,6 +1849,17 @@ softwarePackages:
|
||||||
_name: null
|
_name: null
|
||||||
_service: null
|
_service: null
|
||||||
npm: fastify-cli
|
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:
|
fd:
|
||||||
_bin: 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.'
|
_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.'
|
||||||
|
|
Loading…
Reference in a new issue