Skip to content

Commit

Permalink
fix: update Brewfile and remove Poetry configs
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 9, 2024
1 parent 3f9fd4b commit 0328508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ brew "docker-credential-helper"
brew "docker-machine"

# Languages
brew "go"
brew "golang"
brew "node"
brew "nvm"
brew "yarn"
brew "pyenv"
brew "poetry"

# Development apps
cask "visual-studio-code"
Expand Down
6 changes: 0 additions & 6 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,3 @@ eval "$(pyenv virtualenv-init -)"

export PYENV_VERSION=pypy-2.2.1
export PIP_VERSION=21.2.4


### Poetry configuration

export PATH="$HOME/.poetry/bin:$PATH"
source $HOME/.poetry/env

0 comments on commit 0328508

Please sign in to comment.