mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
git: add global gitignore file
This commit is contained in:
parent
6b97913926
commit
6c90122583
|
@ -86,6 +86,15 @@
|
|||
scope: global
|
||||
when: config_value is not defined
|
||||
|
||||
- name: git global .gitignore
|
||||
copy:
|
||||
src: ../../gitignore
|
||||
dest: ~/.gitignore
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
backup: yes
|
||||
|
||||
- name: annoyances
|
||||
shell: |
|
||||
## Fix scrolling in byobu
|
||||
|
|
Loading…
Reference in New Issue
Block a user