Skip to content

Commit

Permalink
🐛 FIX: Bug #9
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Jan 30, 2021
1 parent afd5a63 commit d308361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .example.starter.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Install phpmyadmin, 1=yes, 0=no
INSTALL_PHPMYADMIN=
Empty file added .gitignore
Empty file.
3 changes: 2 additions & 1 deletion bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ if [ ! -d "$GITPOD_REPO_ROOT/bootstrap" ]; then
else
echo "SUCCESS: moved Laravel project from ~/temp-app to $GITPOD_REPO_ROOT"
fi
cat ~/test-app/.gitignore >> $GITPOD_REPO_ROOT/.gitignore && rm ~/test-app/.gitignore
mv ~/test-app/README.md $GITPOD_REPO_ROOT/README_LARAVEL.md
rmdir ~/test-app
fi

# Aliases for git - doesnt support ~/.gitconfig, only tested with ~/.gitconfig, might be file permissions issue, ~/.gitconfig is -rw-r--r-- but __tmp is corrupt it seems, dunno
# Aliases for git
echo "Writing git aliases..."
bash bash/utils.sh add_file_to_file_after \\[alias\\] bash/snippets/emoji-log ~/.gitconfig
bash bash/utils.sh add_file_to_file_after \\[alias\\] bash/snippets/git-aliases ~/.gitconfig
Expand Down

0 comments on commit d308361

Please sign in to comment.