Skip to content

Commit d5a4bec

Browse files
authored
Merge pull request #188 from fryntiz/dev
v.0.8.5
2 parents 3177d86 + ecdd6d7 commit d5a4bec

File tree

6 files changed

+32
-23
lines changed

6 files changed

+32
-23
lines changed

Apps/IDEs/phpstorm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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 tecnico@fryntiz.es
8-
## @web www.fryntiz.es
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -75,7 +75,7 @@ phpstorm_postconfiguracion() {
7575
}
7676

7777
phpstorm_instalador() {
78-
local version='PhpStorm-2018.2.3'
78+
local version='PhpStorm-2018.2.4'
7979

8080
echo -e "$VE Comenzando instalación de$RO PhpStorm$CL"
8181

Apps/IDEs/pycharm_pro.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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 tecnico@fryntiz.es
8-
## @web www.fryntiz.es
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -72,7 +72,7 @@ pycharm_postconfiguracion() {
7272
}
7373

7474
pycharm_pro_instalador() {
75-
local version='pycharm-professional-2018.1.4'
75+
local version='pycharm-professional-2018.2.4'
7676

7777
echo -e "$VE Comenzando instalación de$RO PyCharm$CL"
7878

Apps/IDEs/webstorm.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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 tecnico@fryntiz.es
8-
## @web www.fryntiz.es
9-
## @github https://github.com/fryntiz
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
109
## @gitlab https://gitlab.com/fryntiz
10+
## @github https://github.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -70,7 +70,7 @@ webstorm_postconfiguracion() {
7070
}
7171

7272
webstorm_instalador() {
73-
local version='WebStorm-2018.1.5'
73+
local version='WebStorm-2018.2.4'
7474

7575
echo -e "$VE Comenzando instalación de$RO WebStorm$CL"
7676

conf/home/.atom/config.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
]
7777
"linter-ui-default":
7878
decorateOnTreeView: "Files and Directories"
79+
showPanel: true
7980
"markdown-preview":
8081
useGitHubStyle: true
8182
minimap:

conf/home/.config/i3/config

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ set $WS7 7:
4242
set $WS8 8:
4343

4444
## Nombres para cada espacio del monitor 2
45-
set $WS9 9:HDMI1
46-
set $WS10 10:HDMI2
45+
set $WS9 9:
46+
set $WS10 10:
4747

4848
## Asigno workspaces a Monitor 1
4949
#workspace 1 output $mon1
@@ -84,8 +84,6 @@ assign [class="^[aA]tom"] → $WS2
8484
for_window [class="^[aA]tom"] focus
8585
assign [class="^[bB]rackets"] → $WS2
8686
for_window [class="^[Bb]rackets"] focus
87-
assign [class="^[gG]eany"] → $WS2
88-
for_window [class="^[gG]eany"] focus
8987

9088
## 3
9189
assign [class="^[fF]irefox"] → $WS3
@@ -141,9 +139,9 @@ for_window [class="Pychess"] focus
141139
############ FOCUS DE VENTANAS ############
142140
###########################################################
143141
bindsym $mod+F1 [class="Firefox"] focus
144-
bindsym $mod+F2 [class="Atom"] focus
145-
bindsym $mod+F3 [title="PhpStorm"] focus
146-
bindsym $mod+F4 [class="Thunar"] focus
142+
bindsym $mod+F2 [class="PhpStorm"] focus
143+
bindsym $mod+F3 [title="Atom"] focus
144+
bindsym $mod+F4 [class="nautilus"] focus
147145
bindsym $mod+F5 [class="tilix"] focus
148146
bindsym $mod+F6 [title="PyCharm"] focus
149147
bindsym $mod+F7 [class="Firefox"] focus
@@ -207,6 +205,10 @@ for_window [class="Unetbootin"] floating enable
207205
for_window [class="Usb-creator-gtk"] floating enable
208206
for_window [class="Xfce4-taskmanager"] floating enable
209207
for_window [title="^Terminator Preferences$"] floating enable
208+
for_window [title="QOwnNotes"] floating enable, resize set 1000 800
209+
for_window [title="ARandR"] floating enable, move position 50 50
210+
for_window [title="^Screen Layout Editor$"] floating enable
211+
for_window [title="^Instalador de paquetes"] floating enable, move position 50 50
210212

211213
###########################################################
212214
############ VENTANAS NO FLOTANTES ############
@@ -302,7 +304,9 @@ bar {
302304
output DVI-D-0
303305
output LVDS-2
304306
output VGA
307+
output VGA-1
305308

309+
status_command i3status
306310
#status_command python3 ~/.config/i3/scripts/i3pystatus-min-config.py
307311

308312
## Deshabilitado iconos en esta segunda barra
@@ -474,10 +478,14 @@ bindsym --release print exec xfce4-screenshooter -fm -s ~/Imágenes/Screenshots/
474478
bindcode XF86MonBrightnessUp exec --no-startup-id ~/config/.i3/scripts/brillo.py next && notify-send "Brillo Arriba" || notify-send "Error: Brillo Arriba ha fallado"
475479
bindcode XF86MonBrightnessDown exec --no-startup-id ~/config/.i3/scripts/brillo.py back && notify-send "Brillo Abajo" || notify-send "Error: Brillo Abajo ha fallado"
476480

481+
## Abrir programa de Notas QOwnNotes
482+
bindsym --release $mod+n exec QOwnNotes
483+
484+
477485
############################################################
478486
############### Autostart ##################
479487
############################################################
480-
exec --no-startup-id i3-msg 'workspace $WS1; exec thunar;'
488+
exec --no-startup-id i3-msg 'workspace $WS1; exec nautilus;'
481489
exec --no-startup-id i3-msg 'workspace $WS1; exec tilix;'
482490
exec --no-startup-id i3-msg 'workspace $WS3; exec x-www-browser; workspace $WS1'
483491
exec --no-startup-id i3-msg 'workspace $WS4; exec ~/4_Programas/Telegram/Telegram; workspace $WS1'

main.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ fi
5050

5151
WORKSCRIPT=$PWD ## Directorio principal del script
5252
USER=$(whoami) ## Usuario que ejecuta el script
53-
VERSION='0.8.4' ## Versión en desarrollo
53+
VERSION='0.8.5' ## Versión en desarrollo
5454
MY_DISTRO="$DISTRO" ## Distribución sobre la que se ejecuta
5555
MY_BRANCH="$BRANCH" ## stable|testing|unstable
56-
MY_ENV="$ENV" ## prod|dev
56+
MY_ENV="$ENV" ## prod|dev desde /etc/environment o .env
5757
SOFTLIST="$WORKSCRIPT/Software-Lists/$MY_DISTRO" ## Ruta hacia listas software
5858
LOGERROR="$WORKSCRIPT/errores.log" ## Archivo donde almacenar errores
5959
DEBUG=false ## Establece si está el script en modo depuración

0 commit comments

Comments
 (0)