mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
terminfo others
This commit is contained in:
parent
04771d58e2
commit
694aa5fdab
@ -18,7 +18,7 @@
|
||||
- name: Install termite terminfo [Common]
|
||||
shell: creates={{ item.creates }} {{ item.cmd }}
|
||||
with_items:
|
||||
- { creates: '/root/termite.terminfo', cmd: 'wget "https://github.com/thestinger/termite/blob/master/termite.terminfo" -O /root/termite.terminfo' }
|
||||
- { creates: '/root/termite.terminfo', cmd: 'wget "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo" -O /root/termite.terminfo' }
|
||||
- { creates: '/root/.termite.terminfo', cmd: 'tic -x /root/termite.terminfo' }
|
||||
- { creates: '/root/.termite.terminfo', cmd: 'touch /root/.termite.terminfo' }
|
||||
become: True
|
||||
|
Loading…
Reference in New Issue
Block a user