Latest
This commit is contained in:
parent
5a5afbacbe
commit
783b0cd08a
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ softwarePlugins:
|
||||||
- github/gh-net
|
- github/gh-net
|
||||||
- mislav/gh-cp
|
- mislav/gh-cp
|
||||||
intellij-idea-ce:
|
intellij-idea-ce:
|
||||||
cmd: bash -c 'if ! cat "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor/intellij-idea-ce" | grep "${PLUGIN}" &> /dev/null; thenidea.sh installPlugins "{PLUGIN}" && mkdir -p "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor" && echo "{PLUGIN}" >> "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor/intellij-idea-ce"; fi'
|
cmd: bash -c 'if [ ! -f "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor/intellij-idea-ce" ] || ! cat "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor/intellij-idea-ce" | grep "${PLUGIN}" &> /dev/null; then idea.sh installPlugins "{PLUGIN}" && mkdir -p "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor" && echo "{PLUGIN}" >> "${XDG_CACHE_HOME:-$HOME/.cache}/install.doctor/intellij-idea-ce"; fi'
|
||||||
plugins:
|
plugins:
|
||||||
- AngularJS
|
- AngularJS
|
||||||
- app.pieces.plugins.jetbrains
|
- app.pieces.plugins.jetbrains
|
||||||
|
|
Loading…
Reference in a new issue