## Getting Started **via curl** ``` curl -fsS https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash # Or shorter curl -fsSL https://git.io/JUnU7 | bash ``` **via wget** ``` wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash ```