mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
tmux config
This commit is contained in:
parent
e8abf78f6e
commit
831bcda27b
@ -16,6 +16,8 @@
|
||||
tags: neovim
|
||||
- role: screen
|
||||
tags: screen
|
||||
- role: tmux
|
||||
tags: tmux
|
||||
- role: git
|
||||
tags: git,cli
|
||||
- role: ssh
|
||||
|
9
roles/tmux/tasks/main.yml
Normal file
9
roles/tmux/tasks/main.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: install powerline-status with pip
|
||||
pip:
|
||||
name: powerline-status
|
||||
|
||||
- name: configure tmux
|
||||
template:
|
||||
src: tmux.conf.j2
|
||||
dest: ~/.tmux.conf
|
2
roles/tmux/templates/tmux.conf.j2
Normal file
2
roles/tmux/templates/tmux.conf.j2
Normal file
@ -0,0 +1,2 @@
|
||||
source ~/.local/lib/python{{ ansible_python_version | splitext | first }}/site-packages/powerline/bindings/tmux/powerline.conf
|
||||
set-option -g default-terminal "screen-256color"
|
Loading…
Reference in New Issue
Block a user