This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
xonsh
pull/1/head
Markus Katharina Brechtel
2 years ago
parent
caf27f2974
commit
2026283532
5 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -0,0 +1,3 @@
{{ansible_managed|comment}}
xontrib load abbrevs coreutils