Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools
This commit is contained in:
commit
367a0d2fcd
2 changed files with 7 additions and 0 deletions
2
files/dotfiles/tmux.conf
Normal file
2
files/dotfiles/tmux.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Enable mouse
|
||||||
|
set -g mouse on
|
||||||
|
|
@ -20,6 +20,11 @@
|
||||||
src: dotfiles/screenrc
|
src: dotfiles/screenrc
|
||||||
dest: /etc/screenrc
|
dest: /etc/screenrc
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
- name: copy tmux.conf
|
||||||
|
copy:
|
||||||
|
src: dotfiles/tmux.conf
|
||||||
|
dest: /etc/tmux.conf
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: work around a debian bug in smartmontools
|
- name: work around a debian bug in smartmontools
|
||||||
copy:
|
copy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue