Added tmux stuff

This commit is contained in:
Anthony Cicchetti 2018-11-23 14:56:52 -05:00
parent 422152b5c0
commit 69b3c9a373
3 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- import_tasks: anyenv.yml
- import_tasks: neovim.yml
- import_tasks: rust.yml
- import_tasks: tmux.yml
- name: Install antigen
git:

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

@ -0,0 +1 @@
set -g default-terminal "screen-256color"