Added tmux stuff
This commit is contained in:
parent
422152b5c0
commit
69b3c9a373
3 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
- import_tasks: anyenv.yml
|
- import_tasks: anyenv.yml
|
||||||
- import_tasks: neovim.yml
|
- import_tasks: neovim.yml
|
||||||
- import_tasks: rust.yml
|
- import_tasks: rust.yml
|
||||||
|
- import_tasks: tmux.yml
|
||||||
|
|
||||||
- name: Install antigen
|
- name: Install antigen
|
||||||
git:
|
git:
|
||||||
|
|
7
playbooks/roles/common/tasks/tmux.yml
Normal file
7
playbooks/roles/common/tasks/tmux.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Symlink tmux.conf
|
||||||
|
file:
|
||||||
|
src: ~/.dotfiles/tmux/tmux.conf
|
||||||
|
dest: ~/.tmux.conf
|
||||||
|
state: link
|
||||||
|
force: yes
|
1
tmux/tmux.conf
Normal file
1
tmux/tmux.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set -g default-terminal "screen-256color"
|
Loading…
Add table
Reference in a new issue