Skip to content

Commit 9ff255a

Browse files
committed
docs: update README
1 parent 98d7d1a commit 9ff255a

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
22

33
![asset](assets/assets.jpg)
44

5-
#### these dotfiles are super opinionated and will most likely require modifications to work for you
5+
> opinionated as hell. modify before use or suffer the consequences.
66
7-
## What's inside?
7+
## what's inside
88

9-
- Custom terminal stuff (aliases, prompts, etc.)
10-
- Neovim config for when I need to get things done fast
11-
- Settings to keep things smooth
9+
- Terminal setup that doesn't embarrass me
10+
- Neovim config because I like HJKL
11+
- General sanity settings
1212

1313
## Quick Start
1414

15-
On a fresh Mac, run this one-liner to set everything up automatically:
15+
Fresh Mac? One liner and you're home:
1616

17-
```bash
17+
\```bash
1818
curl -fsSL https://raw.githubusercontent.com/assafdori/dotfiles/main/scripts/bootstrap.sh | bash
19-
```
19+
\```
2020

21-
This will:
21+
Does the boring stuff so you don't have to:
2222

23-
1. Install Xcode CLI tools, Homebrew, and Git
24-
2. Copy SSH keys from iCloud
25-
3. Clone this dotfiles repository
26-
4. Automatically run the full setup script (`scripts/setup.sh`)
23+
1. Xcode CLI tools, Homebrew, Git
24+
2. SSH keys from iCloud
25+
3. Clones this repo and runs the full setup

0 commit comments

Comments
 (0)