Any tips for chezmoi on VS Code? #1426
felipecrs
started this conversation in
Show and tell
Replies: 2 comments 9 replies
-
For scripts, I have been doing things like: # {{ if .is_wsl }}
# The boot.command in /etc/wsl.conf is only for Windows 11, so this workaround is needed
if service docker status 2>&1 | grep -q "is not running"; then
wsl.exe -d "${WSL_DISTRO_NAME}" -u root -e /usr/sbin/service docker start >/dev/null 2>&1
fi
# {{ end }} To prevent my ShellCheck and other shell extensions to freak out. The pitfall is that the |
Beta Was this translation helpful? Give feedback.
9 replies
-
@felipecrs bro, about twice a week, I stumble upon a git issue where you created or commented in it. We like use the same tech stack for sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one:
https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense
Then:
Result:
zsVRFuvDxt.mp4
Refs chezmoi/dotfiles#8
Beta Was this translation helpful? Give feedback.
All reactions