auto-install script

This commit is contained in:
shynd 2025-02-19 23:17:58 +01:00
parent 6d5ca1de2d
commit ce5b28e6ff
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
notes.md

1
README.md Normal file
View File

@ -0,0 +1 @@
# nixos-config

View File

@ -45,4 +45,9 @@ if command -v git &> /dev/null; then
echo "-----"
else
echo "$ERROR git is not installed, please install git and try again."
fi
fi
echo "$NOTE ensure in home directory"
cd || exit
echo "-----"