fixing tmux

This commit is contained in:
Colin Henry 2022-05-08 09:13:44 -07:00
parent d80c3e0a45
commit 7cca1482c5
3 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,7 +3,8 @@
# But not these files...
!.gitignore
!bash/**
!tmux/*
!tmux/tmux.conf
!tmux/setup.sh
!scripts/*
!nano/*
!x11/**

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "/Users/jchenry/.config/tmux/plugins/tpm"]
path = /Users/jchenry/.config/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

0
tmux/setup.sh Normal file → Executable file
View File