Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Oct 16, 2023
1 parent e4d475e commit 6eabccf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vscode/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ config=${XDG_CONFIG_HOME:-$HOME/.config}/Code/User
install -d "$config" && {
ln -sf "$PWD"/settings.json -t "$config"
}

if command -v code &>/dev/null; then
code --force --install-extension GitHub.codespaces
code --force --install-extension GitHub.github-vscode-theme
code --force --install-extension adpyke.codesnap
code --force --install-extension arcticicestudio.nord-visual-studio-code
code --force --install-extension castwide.solargraph
code --force --install-extension ms-vscode-remote.vscode-remote-extensionpack
code --force --install-extension rebornix.Ruby
fi

0 comments on commit 6eabccf

Please sign in to comment.