Skip to content

Commit

Permalink
chore: add pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinocossar committed Jun 28, 2024
1 parent 0482b38 commit 50e6dc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ln -s $HOME/.oh-my-custom-zsh/spaceship/.spaceshiprc.zsh $HOME/.spaceshiprc.zsh
```sh
ln -s $HOME/.oh-my-custom-zsh/git/.gitconfig $HOME/.gitconfig
```

8. Create symbolic link of `.gitignore_global` into your \$HOME folder.

```sh
Expand Down Expand Up @@ -108,6 +109,7 @@ ln -s $HOME/.oh-my-custom-zsh/git/.gitignore_global $HOME/.gitignore_global
- nmap
- openssl
- php@8.2 (`brew install php@8.2 && brew link --force php@8.2`)
- pyenv
- speedtest (`brew tap teamookla/speedtest`)
- teleport
- terraform
Expand Down
5 changes: 5 additions & 0 deletions zfiles/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"

# OpenSSL
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"

# Pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
1 change: 1 addition & 0 deletions zfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ plugins=(
golang
laravel
macos
pyenv
vscode
wp-cli
z
Expand Down

0 comments on commit 50e6dc9

Please sign in to comment.