Introduction
Homebrew
The Homebrew version of Fleek is a collection of Homebrew packages and corresponding configs that we've found useful. You can install it by running the following command:
curl --proto '=https' --tlsv1.2 -sSf -L https://brew.getfleek.dev/s/fleek | bash -s -- high
Replace high
with your desired bling level. See the Bling section for more information.
Behind the Scenes
The installation script does the following:
- Checks for Homebrew installation
- Downloads a tarball of configuration files and a Brewfile
- Extracts the tarball to
~/.fleek
- Installs Homebrew packages from the Brewfile
- Uses
rsync
to copy configuration files from~/.fleek/configs
to$HOME
, skipping files that already exist - Adds a line to your
.zshrc
or.bashrc
to source Fleek'sinit.sh
file