Add a very basic bootstrap script
This commit is contained in:
parent
4369e48d3f
commit
7890092b1b
10
bin/bootstrap.sh
Executable file
10
bin/bootstrap.sh
Executable file
@ -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}"
|
||||
Loading…
Reference in New Issue
Block a user