Evertras/simple-homemanager

Add cd directive to 02 Init a git repository

Closed this issue · 1 comments

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

Added