diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh new file mode 100755 index 0000000..d96e311 --- /dev/null +++ b/bin/bootstrap.sh @@ -0,0 +1,10 @@ +#!/bin/sh +SCRIPTDIR="${HOME}/code/scriptamanent" + +# tmux +ln -s "${SCRIPTDIR}/.tmux.conf" "${HOME}" +mkdir -p ~/tmux/plugins +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm + +# vim +ln -s "${SCRIPTDIR}/.vimrc" "${HOME}"