1
0
Fork 0
gnu-plus-dotfiles/.config/yadm/bootstrap
2021-07-22 00:03:23 -04:00

11 lines
360 B
Bash
Executable file

#!/usr/bin/env bash
# Because Git submodule commands cannot operate without a work tree, they must
# be run from within $HOME (assuming this is the root of your dotfiles)
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