update dotfiles 11.2024

This commit is contained in:
2024-11-06 13:18:05 +01:00
parent 5b47968d93
commit c1e4702866
29 changed files with 1312 additions and 443 deletions

11
install/python.sh Normal file
View File

@@ -0,0 +1,11 @@
# Install lastest python
brew install python3
# Install specific versions of python
brew install python@3.12
brew install python@3.18
# Install global python pacakges
# pip3 install setuptools
brew install virtualenv