6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/bin/bash
|
|
cd ${HOME}/dotfiles
|
|
|
|
echo "Installing Dotfiles - Please Wait!"
|
|
git submodule update --init --recursive
|
|
lib/dotbot/bin/dotbot -d . -c cfg/dotbot/cfg ${@}
|