Skip to content

Commit

Permalink
chore(chezmoi): update tasks and comments, update TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 8, 2023
1 parent 421fd39 commit 6c32125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ packages:
check_installed: command -v task &>/dev/null
current_version: $(task --version | awk '{print $3}')
latest_version: $(curl -s https://api.github.com/repos/go-task/task/releases/latest | grep 'tag_name' | cut -d'"' -f4)
# TODO: the current official completion file is not working correctly. if it gets fixed, uncomment the following lines
# TODO: and remove the _task file from the chezmoi/dot_oh-my-zsh/completions directory in this repo
# completion_file: ${HOME}/.oh-my-zsh/completions/_task
# completion_url: https://raw.githubusercontent.com/go-task/task/main/completion/zsh/_task
scope: minimal
allow_upgrade: true
- name: gpa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# {{- template "scripts-library" }}
# {{- template "package-library" }}
log_task "Installing python packages"
# TODO: devcontainer support, diable virtualenv for devcontainer
# TODO: #59 improve devcontainer support, consider disabling virtualenv for devcontainer by default
# TODO: install minimal packages in devcontainer
# https://stackoverflow.com/questions/53835198/integrating-python-poetry-with-docker
# shellcheck source=/dev/null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for package in "${DOTFILES_PKGS_SCRIPT[@]}"; do
done
log_info "Wanted packages: ${wanted_packages[*]}"

# TODO: need to check OS and install packages accordingly
# TODO: #58 need to check OS and install packages accordingly
# TODO: separate script_cmd into OS-specific scripts
{{- range .packages }}
{{- if and (hasKey . "script") ( .script ) (hasKey . "script_cmd") ( .script_cmd ) }}
Expand Down

0 comments on commit 6c32125

Please sign in to comment.