Skip to content

Commit

Permalink
Merge pull request #200 from fryntiz/dev
Browse files Browse the repository at this point in the history
Versión 0.8.9
  • Loading branch information
raupulus authored May 6, 2020
2 parents 6c4f4f6 + 32956e5 commit fefe433
Show file tree
Hide file tree
Showing 217 changed files with 2,200 additions and 559 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ npm-debug.log
.ropeproject
__pycache__
/.env
__init__.py
14 changes: 6 additions & 8 deletions Apps/0_Main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down Expand Up @@ -50,7 +50,7 @@ source "$WORKSCRIPT/Apps/IDEs/0_Main.sh"
##
menuAplicaciones() {
todas_aplicaciones() {
clear
clear_screen
echo -e "$VE Instalando todas las aplicaciones$CL"
aplicaciones_basicas
aplicaciones_firmware
Expand All @@ -65,16 +65,14 @@ menuAplicaciones() {
aplicaciones_sonido
aplicaciones_video
aplicaciones_virtualizacion

menuPaquetes -a
}

## Si la función recibe "-a" indica que ejecute todas las aplicaciones
if [[ "$1" = '-a' ]]; then
todas_aplicaciones
else
while true :; do
clear
clear_screen
local descripcion='Menú de aplicaciones
1) Aplicaciones Básicas
2) Firmware
Expand Down Expand Up @@ -128,7 +126,7 @@ menuAplicaciones() {
break;;

0) ## SALIR
clear
clear_screen
echo -e "$RO Se sale del menú$CL"
echo ''
break;;
Expand Down
6 changes: 3 additions & 3 deletions Apps/1_Aplicaciones_Basicas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
10 changes: 5 additions & 5 deletions Apps/2_Aplicaciones_Extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down Expand Up @@ -47,7 +47,7 @@ aplicaciones_extras() {
instalar_todas_aplicaciones_extras
else
while true :; do
clear
clear_screen
local descripcion='Menú de aplicaciones
1) DBeaver
2) GitKraken
Expand Down Expand Up @@ -76,7 +76,7 @@ aplicaciones_extras() {
7) instalar_todas_aplicaciones_extras; break;;

0) ## SALIR
clear
clear_screen
echo -e "$RO Se sale del menú$CL"
echo ''
break;;
Expand Down
6 changes: 3 additions & 3 deletions Apps/3_Aplicaciones_Usuario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/DBeaver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/Firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
4 changes: 2 additions & 2 deletions Apps/Geany.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2018 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @email dev@fryntiz.es
## @web http://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/GitKraken.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/Haroopad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
17 changes: 10 additions & 7 deletions Apps/IDEs/0_Main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand All @@ -30,6 +30,7 @@ source "$WORKSCRIPT/Apps/IDEs/webstorm.sh"
source "$WORKSCRIPT/Apps/IDEs/netbeans.sh"
source "$WORKSCRIPT/Apps/IDEs/aptanastudio.sh"
source "$WORKSCRIPT/Apps/IDEs/Arduino.sh"
source "$WORKSCRIPT/Apps/IDEs/android_studio.sh"

############################
## FUNCIONES ##
Expand All @@ -40,21 +41,22 @@ source "$WORKSCRIPT/Apps/IDEs/Arduino.sh"
##
menuIDES() {
todos_IDES() {
clear
clear_screen
echo -e "$VE Instalando todos los IDES$CL"
atom_instalador
brackets_instalador
phpstorm_instalador
ninjaide_instalador
pycharm_pro_instalador
android_studio
}

## Si la función recibe "-a" indica que se instalen todos los IDES
if [[ "$1" = '-a' ]]; then
todos_IDES
else
while true :; do
clear
clear_screen
local descripcion='Menú de aplicaciones
1) Atom
2) Brackets
Expand All @@ -63,7 +65,7 @@ menuIDES() {
5) PyCharm Comunidad (No implementado)
6) Ninja IDE
7) NetBeans (No implementado)
8) Aptana Studio (No implementado)
8) Android Studio (Experimental)
9) Web Storm
10) Arduino
11) Todos los pasos anteriores
Expand All @@ -84,13 +86,14 @@ menuIDES() {
4) pycharm_pro_instalador;; ## Instala Pycharm Profesional
#5) ;; ##
6) ninjaide_instalador;; ## Instala Ninja IDE
8) android_instalador; android_studio_instalador;; ##
9) webstorm_instalador;; ##
10) arduino_instalador;; ##
11) todos_IDES ## Todos los IDES
break;;

0) ## SALIR
clear
clear_screen
echo -e "$RO Se sale del menú$CL"
echo ''
break;;
Expand Down
6 changes: 3 additions & 3 deletions Apps/IDEs/Arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2018 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/IDEs/Atom_IDE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/IDEs/Brackets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
6 changes: 3 additions & 3 deletions Apps/IDEs/Ninja-IDE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
## @author Raúl Caro Pastorino
## @copyright Copyright © 2017 Raúl Caro Pastorino
## @license https://wwww.gnu.org/licenses/gpl.txt
## @email tecnico@fryntiz.es
## @web www.fryntiz.es
## @email dev@fryntiz.es
## @web https://fryntiz.es
## @github https://github.com/fryntiz
## @gitlab https://gitlab.com/fryntiz
## @twitter https://twitter.com/fryntiz
##
## Guía de estilos aplicada:
## @style https://github.com/fryntiz/Bash_Style_Guide
## @style https://github.com/fryntiz/bash-guide-style

############################
## INSTRUCCIONES ##
Expand Down
Loading

0 comments on commit fefe433

Please sign in to comment.