Refactoring
- Added macos
This commit is contained in:
parent
03a7616e8c
commit
2c1ccaffd1
47 changed files with 76 additions and 33 deletions
10
macos/.zshrc-additional
Normal file
10
macos/.zshrc-additional
Normal file
|
@ -0,0 +1,10 @@
|
|||
## brew
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
alias bu='brew update'
|
||||
alias bug='brew upgrade'
|
||||
fi
|
||||
|
||||
## python 3.12
|
||||
#export PATH=/opt/homebrew/opt/python@3.12/libexec/bin:$PATH
|
||||
## python 3.11
|
||||
export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH
|
Loading…
Add table
Add a link
Reference in a new issue