From 171f7b41f534741f1752a6099e3c3ddc3cc8a9d9 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 17 Feb 2025 02:38:04 +0800 Subject: [PATCH] docs: update README.md with install script info --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1767fe..65a6809 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Uses a one-byte .gitignore. Houses all the configuration files and scripts I use. If any are from external sources, attribution is in the file itself. Otherwise, they are free to use as you want. -~/bin/ should have all the installed binaries. +~/bin/ should have all the installed binaries. `install_apps` in `bin/` is a script to install all the apps that there are config files for. -Neovim is installed at `~/nvim/`. -Rust/cargo is installed at `~/.cargo/`. \ No newline at end of file +# TODO +- Make the install script interactive so the user can choose which programs they want to install +- Add Rust, NVM, and Tealdeer to the install script