diff --git a/.local/share/chezmoi/home/.chezmoidata.yaml b/.local/share/chezmoi/home/.chezmoidata.yaml index eb9e8d42..44d42a88 100644 --- a/.local/share/chezmoi/home/.chezmoidata.yaml +++ b/.local/share/chezmoi/home/.chezmoidata.yaml @@ -109,6 +109,7 @@ softwareGroups: - dust - empty-trash - exa + - fcp - fd - fkill - fzf diff --git a/.local/share/chezmoi/software.yml b/.local/share/chezmoi/software.yml index d563ddae..2ac4685d 100644 --- a/.local/share/chezmoi/software.yml +++ b/.local/share/chezmoi/software.yml @@ -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.'