From 64e07591e65b0f1e9cc5c5116ffae5bc3d7f051d Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Thu, 22 Jul 2021 00:03:23 -0400 Subject: [PATCH] Add tpm install to bootstrap --- .SpaceVim.d/init.toml | 2 +- .config/yadm/bootstrap | 2 ++ .zshrc | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SpaceVim.d/init.toml b/.SpaceVim.d/init.toml index 3b9b5ad..7bbb8da 100644 --- a/.SpaceVim.d/init.toml +++ b/.SpaceVim.d/init.toml @@ -78,7 +78,7 @@ recommended-style = "enabled" name = "lang#sh" [[custom_plugins]] -name = "anned20/vimsence" +name = "rhysd/vim-grammarous" [[custom_plugins]] name = "mtdl9/vim-log-highlighting" diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index f210b71..6f64ee5 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -7,3 +7,5 @@ cd "$HOME" echo "Init submodules" yadm submodule update --recursive --init +echo "Installing tmux package manager (tpm)" +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm diff --git a/.zshrc b/.zshrc index 4b30cce..3edd027 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # 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 # load a random theme each time oh-my-zsh is loaded, in which case,