From d0cd55b1fb0e81144d90b326dd5ffb29d8899168 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 14 May 2025 15:14:53 -0400 Subject: [PATCH 1/2] restored contents I inadvertantly removed. oopsy --- setup/packages.list | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup/packages.list b/setup/packages.list index c11a923..770dd8e 100644 --- a/setup/packages.list +++ b/setup/packages.list @@ -1 +1,11 @@ +git +python3 +wget +curl +bat +cowsay +lolcat +fzf +zsh +nala fd-find From 43be94c1416688f424ca30a04d8fafad274ed817 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 14 May 2025 15:38:52 -0400 Subject: [PATCH 2/2] added fd-find --- dotfiles/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/README.md b/dotfiles/README.md index ebbbe6a..7ab3760 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -28,6 +28,7 @@ curl -fsSL https://raw.githubusercontent.com/acedanger/shell/main/bootstrap.sh | - [`fzf`](https://github.com/junegunn/fzf): Fuzzy finder - [`zsh`](https://www.zsh.org/): Better shell - [`nala`](https://gitlab.com/volian/nala): Better package manager for Debian/Ubuntu +- [`fd-find`](https://github.com/sharkdp/fd): A simple, fast and user-friendly alternative to 'find' ### Shell Setup - [**Oh My Zsh**](https://ohmyz.sh/): Framework for managing Zsh configuration