Compare commits

..

2 commits

Author SHA1 Message Date
608e02b1c7
wip 2023-03-23 10:01:37 +01:00
5349f4ad88
wip 2023-03-23 10:01:37 +01:00
2 changed files with 2 additions and 11 deletions

11
.envrc
View file

@ -1,17 +1,10 @@
#!/usr/bin/env bash
if test -f .venv/bin/python && test "$(realpath .venv/bin/python)" != "$(realpath "$(pyenv which python)")"
then
echo "rebuilding venv für new python version"
rm -rf .venv
fi
python3 -m venv .venv
source .venv/bin/activate
source ./.venv/bin/activate
PATH_add .venv/bin
PATH_add bin
python3 -m pip install --upgrade pip wheel
python3 -m pip install --upgrade -r requirements.txt
python3 -m pip install --upgrade pip
rm -rf .cache/bw/git_deploy
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy

View file

@ -7,8 +7,6 @@ git -C ~/.zsh/oh-my-zsh pull
brew upgrade
brew upgrade --cask --greedy
pyenv install
sudo softwareupdate -ia --verbose
if test "$(defaults read com.apple.dock autohide-time-modifier)" == 0.16