1 2 3 4 5 6 7 8 9
## Getting Started **via curl** ``` curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash ``` **via wget** ``` wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash ```