1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 23:16:06 +02: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

View File

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

View 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

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