mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 16:04:59 +01:00
Add nova theme for tmux
This commit is contained in:
parent
9e57fefb03
commit
784302de31
12
setup.sh
Executable file
12
setup.sh
Executable 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
|
||||
|
|
@ -19,3 +19,11 @@ bind -n M-Up select-pane -U
|
|||
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'
|
||||
|
|
Loading…
Reference in a new issue