remove tpm tmux plugin system

This commit is contained in:
Noah Masur
2021-04-10 13:43:37 -04:00
parent 7877d1be13
commit ef8fae4932
3 changed files with 0 additions and 43 deletions

View File

@ -62,14 +62,6 @@ use_fish_shell() {
echo "fish ✓"
}
setup_tmux() {
if [[ ! -d ~/.tmux/plugins/tpm ]]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
fi
echo "tmux ✓"
}
setup_poetry() {
poetry completions fish > $(brew --prefix)/share/fish/vendor_completions.d/poetry.fish
}
@ -78,8 +70,6 @@ printf "\nbootstrapping...\n\n"
install_xcode
install_homebrew
install_brews
setup_tmux
install_gitmux
setup_poetry
use_fish_shell
("$DOTS/scripts/setup_symlinks")