Add README

This commit is contained in:
mlaga97 2024-10-25 21:34:57 +00:00
parent dd72f2c0d7
commit 833d7e689f
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Bootstrapping
```
nix-shell -p git -p home-manager
cd .config
# git clone ssh://git@git.mlaga97.space:2222/mlaga97/home-manager
git clone https://git.mlaga97.space/mlaga97/home-manager
home-manager switch
```