docs: Remove old todo

This repository is now cloned as part of install.sh. It is up to the
user whether or not they want to run bootstrap.sh on first boot.
This commit is contained in:
Donovan Glover 2018-12-17 15:49:12 -05:00
parent 571c03bb55
commit b2ff1f09f9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,7 +7,7 @@ Here are my Arch Linux install scripts. They are divided into 4 parts:
3. Configure: Writing some basic low-level config files
4. Post-install: Post-install configuration
I use `install.sh` to call these scripts with the proper user-generated variables. (TODO: clone this repository to the newly created home directory and run any other post-install commands on first boot).
I use `install.sh` to call these scripts with the proper user-generated variables.
> **Note**: If you do not understand my install scripts, you should follow the [Installation guide][archguide] instead.