Latest
This commit is contained in:
parent
45163a6d84
commit
f11d62c419
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ softwarePlugins:
|
||||||
- github/gh-net
|
- github/gh-net
|
||||||
- mislav/gh-cp
|
- mislav/gh-cp
|
||||||
intellij-idea-ce:
|
intellij-idea-ce:
|
||||||
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'
|
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 "$HOME/.local/bin/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