diff --git a/README.org b/README.org index 9217edfc..273bfdcb 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ These are my dotfiles (configuration files) for my NixOS setup(s). Here is my main setup: [[desktop.png]] -** My 55+ Themes +** My Themes [[https://github.com/danth/stylix#readme][Stylix]] (and [[https://github.com/SenchoPens/base16.nix#readme][base16.nix]], of course) is amazing, allowing you to theme your entire system with base16-themes. Using this I have [[./themes][55+ themes]] (I add more sometimes) I can switch between on-the-fly. Visit the [[./themes][themes directory]] for more info and screenshots! diff --git a/install.org b/install.org index daba5aa6..670c173d 100644 --- a/install.org +++ b/install.org @@ -5,7 +5,7 @@ These are just some simple install notes for myself (in-case I have to reinstall ** Automated Install Script (Experimental) *** Install Directly From Git -I wrote a quick automated install script at [[./install.sh][install.sh]]. It essentially just runs the following manual install steps and hardens the security of the system-level (root configuration) files using [[./harden.sh][harden.sh]]. +I wrote a quick automated install script at [[./install.sh][install.sh]]. It essentially just runs [[Manual Install Procedure][the manual install steps]] and additionally hardens the security of the system-level (root configuration) files using [[./harden.sh][harden.sh]]. I'll eventuallyâ„¢ add the ability to supply arguments to this script as well.