From 5d8f984d5ca23221c8cd041cf17317cdacc3f130 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 05:07:14 +0800 Subject: [PATCH] docs: remove old stuff from README.md --- .gitmodules | 3 --- README.md | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 3a3b134..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "deps/lua-5.1"] - path = deps/lua-5.1 - url = https://github.com/lua/lua diff --git a/README.md b/README.md index 65a6809..cb88a2e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,3 @@ https://drewdevault.com/2019/12/30/dotfiles.html 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. `install_apps` in `bin/` is a script to install all the apps that there are config files for. - -# 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