Skip to content

Commit 72645db

Browse files
committed
Added gradle cache dir
1 parent bee00da commit 72645db

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

devUser.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ config:
4949
#!/bin/bash\n\
5050
# Runs latest version of jetbrains products installed by toolbox.\n\
5151
set -e\n\
52-
TBPATH=~/.local/share/JetBrains/Toolbox/apps/ \n\
53-
script=$( ls -1c ${TBPATH}/*/ch-0/*/bin/`basename $0`.sh | tail -1 )\n\
52+
JB=~/.local/share/JetBrains/Toolbox/apps/ \n\
53+
script=$(ls ${JB}/*/ch-0/*/bin/`basename $0`.sh | sort | tail -1)\n\
5454
if [ -x ${script:-/dev/null} ] ; then\n\
5555
exec $script $@\n\
5656
else\n\
@@ -109,6 +109,9 @@ config:
109109
libgtk-3-common
110110
libswt-gtk-3-java
111111
google-chrome-beta
112+
openjdk-8-jdk
113+
openjdk-8-dbg
114+
openjdk-8-doc
112115
libnvidia-gl-390 # TODO validate appropriate gl library for your env.
113116
- nvidia-smi
114117
- '$(echo "export DISPLAY=:0.0 XAUTHORITY=/home/me/.Xauthority" |
@@ -183,6 +186,10 @@ devices: # TODO Swap in your home dir path.
183186
source: /home/rferguson/.gnupg
184187
path: /home/me/.gnupg
185188
type: disk
189+
gradlehome:
190+
source: /home/rferguson/.gradle
191+
path: /home/me/.gradle
192+
type: disk
186193
ideavimrc:
187194
source: /home/rferguson/.ideavimrc
188195
path: /home/me/.ideavimrc

0 commit comments

Comments
 (0)