Skip to content

Commit

Permalink
fix(chezmoi): rename install scripts and remove pipx installation
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 24, 2023
1 parent f8e821a commit d92fc2c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ fi
# c webi syncthing
# fi

# install pipx
if ! pipx --version &>/dev/null; then
log_task "Installing pipx"
c /usr/bin/pip3 install --user pipx
fi

# install dotdrop if not installed
if ! command -v dotdrop >/dev/null; then
if ! command -v pipx >/dev/null; then
Expand Down

0 comments on commit d92fc2c

Please sign in to comment.