diff --git a/.github/README.md b/.github/README.md index 13bcf5c..46a094f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -193,6 +193,7 @@ Once the repo is cloned, you can modify whatever files you like before running t ├── tmux/ # Tmux (multiplexer) config ├── vim/ # Vim (text editor) config ├── zsh/ # ZSH (shell) config + ├── config/ # All other config files ├── scripts/ # Bash scripts for automating tasks │ ├── installs/ # Scripts for software installation │ │ ├── Brewfile # Package installs for MacOS via Homebrew @@ -202,7 +203,9 @@ Once the repo is cloned, you can modify whatever files you like before running t │ ├── macos-apps.sh # Sets app preferences │ ├── macos-prefs.sh # Sets MacOS system preferences │ └── macos-security.sh # Applies MacOS security and privacy settings + ├── utils/ # Handy Shell utilitis for various day-to-day tasks ├── .github/ # Meta files for GitHub repo + ├── lib/ # External dependencies, as git sub-modules ├── lets-go.sh # One-line remote installation entry point ├── install.sh # All-in-one install and setup script └── symlinks.yml # List of symlink locations