1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2025-07-07 05:34:35 -04:00

Setup tpm

This commit is contained in:
2019-03-23 14:15:06 -04:00
parent f1147db2d4
commit 22594bc976
2 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,11 @@ echo "~Installing SpaceVim~"
curl -sLf https://spacevim.org/install.sh | bash
# Setup package manager for for tmux
echo "~Installing tpm~"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install Oh-My-Zsh (https://github.com/robbyrussell/oh-my-zsh/)
echo "~Installing Oh My Zsh~"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"