4
4
# # @author Raúl Caro Pastorino
5
5
# # @copyright Copyright © 2017 Raúl Caro Pastorino
6
6
# # @license https://wwww.gnu.org/licenses/gpl.txt
7
- # # @email tecnico @fryntiz.es
8
- # # @web www. fryntiz.es
7
+ # # @email dev @fryntiz.es
8
+ # # @web https:// fryntiz.es
9
9
# # @github https://github.com/fryntiz
10
10
# # @gitlab https://gitlab.com/fryntiz
11
11
# # @twitter https://twitter.com/fryntiz
12
12
# #
13
13
# # Guía de estilos aplicada:
14
- # # @style https://github.com/fryntiz/Bash_Style_Guide
14
+ # # @style https://github.com/fryntiz/bash-guide-style
15
15
16
16
# ###########################
17
17
# # INSTRUCCIONES ##
@@ -30,6 +30,7 @@ source "$WORKSCRIPT/Apps/IDEs/webstorm.sh"
30
30
source " $WORKSCRIPT /Apps/IDEs/netbeans.sh"
31
31
source " $WORKSCRIPT /Apps/IDEs/aptanastudio.sh"
32
32
source " $WORKSCRIPT /Apps/IDEs/Arduino.sh"
33
+ source " $WORKSCRIPT /Apps/IDEs/android_studio.sh"
33
34
34
35
# ###########################
35
36
# # FUNCIONES ##
@@ -40,21 +41,22 @@ source "$WORKSCRIPT/Apps/IDEs/Arduino.sh"
40
41
# #
41
42
menuIDES () {
42
43
todos_IDES () {
43
- clear
44
+ clear_screen
44
45
echo -e " $VE Instalando todos los IDES$CL "
45
46
atom_instalador
46
47
brackets_instalador
47
48
phpstorm_instalador
48
49
ninjaide_instalador
49
50
pycharm_pro_instalador
51
+ android_studio
50
52
}
51
53
52
54
# # Si la función recibe "-a" indica que se instalen todos los IDES
53
55
if [[ " $1 " = ' -a' ]]; then
54
56
todos_IDES
55
57
else
56
58
while true : ; do
57
- clear
59
+ clear_screen
58
60
local descripcion=' Menú de aplicaciones
59
61
1) Atom
60
62
2) Brackets
@@ -63,7 +65,7 @@ menuIDES() {
63
65
5) PyCharm Comunidad (No implementado)
64
66
6) Ninja IDE
65
67
7) NetBeans (No implementado)
66
- 8) Aptana Studio (No implementado )
68
+ 8) Android Studio (Experimental )
67
69
9) Web Storm
68
70
10) Arduino
69
71
11) Todos los pasos anteriores
@@ -84,13 +86,14 @@ menuIDES() {
84
86
4) pycharm_pro_instalador;; # # Instala Pycharm Profesional
85
87
# 5) ;; ##
86
88
6) ninjaide_instalador;; # # Instala Ninja IDE
89
+ 8) android_instalador; android_studio_instalador;; # #
87
90
9) webstorm_instalador;; # #
88
91
10) arduino_instalador;; # #
89
92
11) todos_IDES # # Todos los IDES
90
93
break ;;
91
94
92
95
0) # # SALIR
93
- clear
96
+ clear_screen
94
97
echo -e " $RO Se sale del menú$CL "
95
98
echo ' '
96
99
break ;;
0 commit comments