diff --git a/README.md b/README.md index 04dabf7..8b94559 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ These are my dotfiles. Insert this into a macOS Terminal or Linux shell prompt. The script will detail its actions and then halt before executing them. ```bash - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/HEAD/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/install.sh)" ``` -## Post-Installation +### Post-Installation Add the SSH public key to your account on GitHub or GitLab. Use `make ssh` to copy the SSH public key to your clipboard. @@ -20,16 +20,15 @@ Add the SSH public key to your account on GitHub or GitLab. Use `make ssh` to co ## What's included? -All my command-line tools, applications, and their configurations. Have fun 😎 - -#### General +All my command-line tools, applications, and their configurations. Have fun 😎💅 - Git +- Stow - SSH key generation - Create a Projects folder - A bunch of productivity apps. See [Brewfile](/brew/Brewfile) for more information. -#### Helper +## Helper A set of environment management commands is available at `Makefile`. To access the help documentation, simply run `make help` in your terminal.