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:
@ -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)"
|
||||
|
Reference in New Issue
Block a user