initial commit
This commit is contained in:
commit
bcd52055e7
7 changed files with 117 additions and 0 deletions
14
init-tmux.sh
Normal file
14
init-tmux.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# setup tmux
|
||||
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
cat <<EOF >$HOME/.tmux.conf
|
||||
set-option -g mouse on
|
||||
setw -g alternate-screen on
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue