1
0

Update readme.md

This commit is contained in:
Eli Fouts 2025-01-25 00:22:55 -05:00 committed by GitHub
parent dda8c52536
commit 3111a2c35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,12 @@ If you do not want this, **you can remove it in the given applications `style.cs
- With this script you should be able to install everything together, or the applications and their configs individually. - With this script you should be able to install everything together, or the applications and their configs individually.
- Dont worry it only really installs what is needed unless you select the everything script. - Dont worry it only really installs what is needed unless you select the everything script.
``` ```
cd && git clone https://github.com/elifouts/Dotfiles.git && cd ~/Dotfiles/InstallScripts && chmod +x install.sh && ./install.sh cd && git clone https://github.com/elifouts/Dotfiles.git
cd ~/Dotfiles/InstallScripts
chmod +x install.sh
./install.sh
``` ```
</details> </details>