Skip to content

Commit

Permalink
add intellij ultimate install
Browse files Browse the repository at this point in the history
  • Loading branch information
saied89 authored Sep 6, 2021
1 parent 8e85cec commit d205dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ fi
TEMPLATES="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/fileTemplates"

for i in $HOME/$ideaConfigPath/Google/AndroidStudio* \
$HOME/$ideaConfigPath/JetBrains/IdeaIC*
$HOME/$ideaConfigPath/JetBrains/IdeaIC* \
$HOME/$ideaConfigPath/JetBrains/IntelliJIdea*
do
if [[ -d "$i" ]]; then
mkdir -p "$i/fileTemplates"
Expand Down

0 comments on commit d205dc7

Please sign in to comment.