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 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