Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-home
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
xonsh
pull/1/head
Markus Katharina Brechtel
hace 2 años
padre
caf27f2974
commit
2026283532
Se han
modificado 5 ficheros
con
20 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
defaults/main.yaml
+1
-0
tasks/main.yaml
+11
-0
tasks/xonsh.yaml
+3
-0
templates/xfce4-terminal/terminalrc.j2
+3
-0
templates/xonsh/xonshrc.j2
+ 2
- 0
defaults/main.yaml
Ver fichero
@@ -92,3 +92,5 @@ pulseaudio_jack_sink_client_name: PulseAudio
pulseaudio_jack_source_enabled: false
pulseaudio_jack_source_channels: 2
pulseaudio_jack_source_client_name: PulseAudio
home_use_xonsh_on_terminals: true
+ 1
- 0
tasks/main.yaml
Ver fichero
@@ -8,6 +8,7 @@
- import_tasks: pulseaudio.yaml
- import_tasks: git.yaml
- import_tasks: timer.yaml
- import_tasks: xonsh.yaml
- import_tasks: kanboard.yaml
+ 11
- 0
tasks/xonsh.yaml
Ver fichero
@@ -0,0 +1,11 @@
---
- name: xonsh pip
pip:
name: xonsh[full]
state: latest
- name: xonsh config
template:
src: xonsh/xonshrc.j2
dest: ~/.xonshrc
+ 3
- 0
templates/xfce4-terminal/terminalrc.j2
Ver fichero
@@ -31,3 +31,6 @@ ScrollingBar=TERMINAL_SCROLLBAR_NONE
BackgroundImageShading=0,530000
ScrollingUnlimited=TRUE
FontName=Monospace 12
{% if home_use_xonsh_on_terminals %}
CustomCommand=.local/bin/xonsh
{% endif %}
+ 3
- 0
templates/xonsh/xonshrc.j2
Ver fichero
@@ -0,0 +1,3 @@
{{ansible_managed|comment}}
xontrib load abbrevs coreutils