Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
ka
/
ansible-role-home
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
xonsh
pull/1/head
Markus Katharina Brechtel
il y a 2 ans
Parent
caf27f2974
révision
2026283532
5 fichiers modifiés
avec
20 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -0,0 +1,3 @@
{{ansible_managed|comment}}
xontrib load abbrevs coreutils