Add nova theme for tmux

This commit is contained in:
Warren Hood 2022-11-10 01:40:55 +02:00
parent 9e57fefb03
commit 784302de31
2 changed files with 20 additions and 0 deletions

12
setup.sh Executable file
View file

@ -0,0 +1,12 @@
#! /usr/bin/env bash
echo "Setting up the stuff..."
echo "Updating arch"
sudo pacman -Syyu
sudo pacman -S ripgrep fd neovim make stow
# tmux plugin manager and theme
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

View file

@ -19,3 +19,11 @@ bind -n M-Up select-pane -U
bind -n M-Down select-pane -D bind -n M-Down select-pane -D
# tmux plugin manager and theme
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'o0th/tmux-nova'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'