Evertras / simple-homemanager

A practical guide to getting started with home manager with flakes and all that 2024 goodness.
MIT License
63 stars 10 forks source link

Add cd directive to 02 Init a git repository #1

Closed brisk-pm closed 4 months ago

brisk-pm commented 4 months ago

The git commands are missing a change directory between the directory creation and git init

# Call it whatever you want, I won't judge
mkdir my-home-manager
cd my-home-manager
git init
Evertras commented 4 months ago

Added