Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 17, 2024
1 parent 9399b92 commit 9d06024
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 9d06024

Please sign in to comment.