Add tpm install to bootstrap

This commit is contained in:
Rain Clark 2021-07-22 00:03:23 -04:00
parent f46f2c7070
commit 64e07591e6
3 changed files with 4 additions and 2 deletions

View File

@ -78,7 +78,7 @@ recommended-style = "enabled"
name = "lang#sh" name = "lang#sh"
[[custom_plugins]] [[custom_plugins]]
name = "anned20/vimsence" name = "rhysd/vim-grammarous"
[[custom_plugins]] [[custom_plugins]]
name = "mtdl9/vim-log-highlighting" name = "mtdl9/vim-log-highlighting"

View File

@ -7,3 +7,5 @@ cd "$HOME"
echo "Init submodules" echo "Init submodules"
yadm submodule update --recursive --init yadm submodule update --recursive --init
echo "Installing tmux package manager (tpm)"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

2
.zshrc
View File

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH="/home/melon/.oh-my-zsh" export ZSH="/home/rain/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will # Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case, # load a random theme each time oh-my-zsh is loaded, in which case,