Skip to content

Commit

Permalink
fix(chezmoiscripts): add python-venv, cz-conventional-gitmoji
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Feb 17, 2023
1 parent 4da2f4b commit 993b7d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ if ! command -v cz &>/dev/null; then
c /usr/bin/pip3 install --user commitizen
fi

# install cz-conventional-gitmoji
if ! command -v gitmojify &>/dev/null; then
log_task "Installing cz-conventional-gitmoji"
c pipx install cz-conventional-gitmoji
fi

# {{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
# {{ end }}

# {{ if .ngrok.enabled }}
SOURCE_LIST_FILE="/etc/apt/sources.list.d/nginx.list"
SOURCE_LIST_FILE="/etc/apt/sources.list.d/ngrok.list"
if [[ ! -e "${SOURCE_LIST_FILE}" ]]; then
c curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null
c echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list
Expand All @@ -74,6 +74,7 @@ readonly wanted_packages=(
tmux
python3-pip
python3-setuptools
python3-venv
gh
fzf
direnv
Expand Down

0 comments on commit 993b7d2

Please sign in to comment.