Skip to content

Commit

Permalink
added setup-ide exec
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Apr 30, 2024
1 parent 0f5a623 commit 2bc0a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]
}
},
"postCreateCommand": "git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs && ~/.config/emacs/bin/doom sync && emacs --eval \"(nerd-icons-install-fonts 1)(kill-emacs 0)\" --kill"
"postCreateCommand": "if [ -e ~/.setup-ide/setup-ide.sh ]; then ~/.setup-ide/setup-ide.sh; fi"

}

0 comments on commit 2bc0a36

Please sign in to comment.