Skip to content

Commit 80eec00

Browse files
authored
Merge pull request #204 from fryntiz/dev
Minor Release 0.8.13
2 parents 46b2f8c + 5fa8132 commit 80eec00

File tree

218 files changed

+2517
-49139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+2517
-49139
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ conf/home/.vim/bundle/*
1818
conf/home/.vim/sessions/*
1919
errores.log
2020
/errores.log
21+
errors.log
22+
/errors.log
2123
/conf/home/.atom/Diccionarios
2224
/conf/home/.vim/UltiSnips
2325
/conf/home/.vim/after

Apps/0_Main.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Menú principal para instalar aplicaciones desde el que se permite
2020
## elegir entre los tipos de aplicaciones a instalar desde un menú

Apps/1_Aplicaciones_Basicas.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
11+
## @twitter https://twitter.com/fryntiz
1112
##
12-
## Guía de estilos aplicada:
13-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1415

1516
############################
16-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1718
############################
1819
## Este script instala siempre las aplicaciones que considero básicas en un
1920
## sistema operativo para trabajar y desarrollar.

Apps/2_Aplicaciones_Extras.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
##
12-
## Guía de estilos aplicada:
13-
## @style https://github.com/fryntiz/bash-guide-style
12+
## Applied Style Guide:
13+
## @style https://gitlab.com/fryntiz/bash-guide-style
1414

1515
############################
16-
## INSTRUCCIONES ##
16+
## INSTRUCTIONS ##
1717
############################
1818
## Este script enlaza la instalación de todas las aplicaciones opcionales
1919
## que podían ser interesante instalar en uno u otro momento.

Apps/3_Aplicaciones_Usuario.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
##
12-
## Guía de estilos aplicada:
13-
## @style https://github.com/fryntiz/bash-guide-style
12+
## Applied Style Guide:
13+
## @style https://gitlab.com/fryntiz/bash-guide-style
1414

1515
############################
16-
## INSTRUCCIONES ##
16+
## INSTRUCTIONS ##
1717
############################
1818
## Instala software que se configura para cada usuario de forma independiente
1919
## y necesitará ser ejecutado una vez por cada usuario que quiera implementar

Apps/DBeaver.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala el editor de Base de Datos Dbeaver
2020

Apps/Firefox.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga e instala las versiones de firefox (nightly y developer) solo
2020
## para el usuario actual que ha ejecutado el script

Apps/Geany.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web http://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala y configura Geany
2020

Apps/GitKraken.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga el gestor de control de versiones Gitkraken
2020

Apps/Haroopad.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga Haroopad desde su fuente oficial y lo instala en el sistema.
2020

Apps/IDEs/0_Main.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
##
2020

Apps/IDEs/Arduino.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga el IDE de Arduino desde la página web en su última versión estable
2020

Apps/IDEs/Atom_IDE.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Este script tiene como objetivo instalar el IDE Atom dando la opción de
2020
## personalizar su instalación y configuración por defecto usando en

Apps/IDEs/Brackets.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala el Editor/IDE Brackets en el sistema resolviendo dependencias y
2020
## descargándolo desde su sitio oficial.

Apps/IDEs/Ninja-IDE.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2017 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga e instala ninja IDE (Editor para python) resolviendo libreías y
2020
## dependencias que faltan.

Apps/IDEs/android_studio.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2020 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/bash-guide-style
13+
## Applied Style Guide:
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Descarga el IDE de Android
2020

Apps/IDEs/phpstorm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
13+
## Applied Style Guide:
1414
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala el IDE PhpStorm
2020

Apps/IDEs/pycharm_pro.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
13+
## Applied Style Guide:
1414
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala el IDE PyCharm
2020

Apps/IDEs/webstorm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email dev@fryntiz.es
7+
## @email raul@fryntiz.dev
88
## @web https://fryntiz.es
99
## @gitlab https://gitlab.com/fryntiz
1010
## @github https://github.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
13-
## Guía de estilos aplicada:
13+
## Applied Style Guide:
1414
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
17-
## INSTRUCCIONES ##
17+
## INSTRUCTIONS ##
1818
############################
1919
## Instala el IDE Webstorm
2020

0 commit comments

Comments
 (0)