diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d34b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +notes.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c529868 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# nixos-config \ No newline at end of file diff --git a/auto-install.sh b/auto-install.sh index 7f338e9..671500d 100755 --- a/auto-install.sh +++ b/auto-install.sh @@ -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 \ No newline at end of file +fi + +echo "$NOTE ensure in home directory" +cd || exit + +echo "-----" \ No newline at end of file