This repo installs
Files:
~/.ejb/dotfiles- a clone of this repo
# create dir and clone repo
if [ ! -d "$HOME/.ejb/dotfiles" ]; then
mkdir $HOME/.ejb
git clone https://github.com/evanjbowling/dotfiles.git $HOME/.ejb/dotfiles
echo "Created $HOME/.ejb/dotfiles"
fi
# run the install script, then open a new terminal for the changes to take effect
$HOME/.ejb/dotfiles/install.shcd ~/.ejb/dotfiles
git pull > /dev/null 2>&1
git reset --hard origin/master > /dev/null 2>&1./devbin/run # tests master
./devbin/run some-branch-name # tests a pushed branch/ref instead~/.ssh/config
# Example for other systems
#Host dev
# HostName dev.example.com
# Port 22000
# User louie
Host github.com
IdentityFile ~/.ssh/id_rsa
Copyright (c) Evan Bowling. See LICENSE.