diff --git a/Bootstrap.sh b/Bootstrap.sh index cefa045..b9e8ad0 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -1,9 +1,5 @@ #!/usr/bin/env sh -# Configuration - -cp ./Config/.gitconfig ~/.gitconfig - # Update sudo apt update && sudo apt upgrade -y