Skip to content

Commit

Permalink
add gitlens to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Terhar committed Feb 1, 2022
1 parent 06d0d47 commit e80efe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added extensions/eamodio.gitlens-11.7.0.vsix
Binary file not shown.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ fi

mkdir -p ~/.vim_backup

if [ -z "$CODER_ASSETS_ROOT" ]; then
echo "insalling gitlens"
${CODER_ASSETS_ROOT}/code-server/bin/code-server --install-extension ${DOTFILES_DIR}/extensions/eamodio.gitlens-11.7.0.vsix
fi

if [ "$CODER_RUNTIME" != "kubernetes/sysbox" ]; then
echo "no CVM tuntime: no GPG setup"
exit 0
Expand Down

0 comments on commit e80efe5

Please sign in to comment.