1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

tmux config

This commit is contained in:
eoli3n 2022-09-30 12:25:34 +02:00
parent e8abf78f6e
commit 831bcda27b
3 changed files with 13 additions and 0 deletions

@ -16,6 +16,8 @@
tags: neovim tags: neovim
- role: screen - role: screen
tags: screen tags: screen
- role: tmux
tags: tmux
- role: git - role: git
tags: git,cli tags: git,cli
- role: ssh - role: ssh

@ -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

@ -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"