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