Skip to content

Commit

Permalink
trying to get dotfile install to work in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaron committed Apr 25, 2024
1 parent f5a6379 commit 7b2da01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"azureFunctions.showProjectWarning": false,
"azureFunctions.showPythonVenvWarning": false,
"cfnLint.validateUsingJsonSchema": true,
"dotfiles.installCommand": "~/dotfiles/install.sh --one-shot",
"dotfiles.installCommand": "install.sh --one-shot",
"dotfiles.repository": "https://github.com/mtaron/dotfiles.git",
"dotfiles.targetPath": "~/dotfiles",
"editor.bracketPairColorization.enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/linux/run_once_before_chsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
zsh_path="$(command -v zsh)"
if [ "$SHELL" != "$zsh_path" ]; then
echo "Changing default shell to zsh"
chsh --shell "$zsh_path"
sudo chsh --shell "$zsh_path"
fi

0 comments on commit 7b2da01

Please sign in to comment.