Skip to content

Commit

Permalink
brew: replace pipx with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jun 27, 2024
1 parent ffd09f0 commit 8f72334
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .config/brew/Brewfile##c.Me
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ brew "kubectx"
brew "lsd"
brew "node"
brew "pdm"
brew "pipx"
brew "poetry"
brew "pre-commit"
brew "ptpython"
Expand Down
2 changes: 1 addition & 1 deletion .config/brew/Brewfile##default
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brew "helix"
brew "jq"
brew "lsd"
brew "python@3.12"
brew "pipx"
brew "pre-commit"
brew "ripgrep"
brew "uv"
brew "yadm"
1 change: 0 additions & 1 deletion .config/fish/conf.d/__xdg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ set -gx POETRY_DATA_DIR $XDG_DATA_HOME/poetry
set -gx PSQL_HISTORY /dev/null

# python
set -gx PIPX_HOME $XDG_DATA_HOME/pipx
set -gx PYTHONSTARTUP $XDG_CONFIG_HOME/python/startup.py

# ruby
Expand Down
1 change: 1 addition & 0 deletions .config/fish/conf.d/abbr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ if command -q lsd
end
_alias rm trash
_alias top glances
alias uvx "uv tool run -q"

0 comments on commit 8f72334

Please sign in to comment.