From d1ee83239ca144f607645bac660fb585b0321cf1 Mon Sep 17 00:00:00 2001 From: Paul van Noort Date: Thu, 27 May 2021 19:14:35 +0200 Subject: [PATCH] cleanup persoal crud --- bootstrap.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index 4c2b67f..0000000 --- a/bootstrap.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -alias python=python3 -pyenv install --list | grep -Ev '[abc-]' | tail -1 -python -V 2>&1 | awk '/Python/{ split($2, a, "."); print a[1]"."a[2] }' - -if curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py ; -then -python get-pip.py -fi - -export PATH="$HOME/Library/Python/${pyver}/bin/:$PATH" -python -m pip install --user ansible - -xcode-select --install > /dev/null 2>&1 -if [ "$?" == '0' ]; then - sleep 1 - osascript <