Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 428 Bytes

therealplato/dotfiles

plato's dotfiles

# zshrc sources some scripts, assuming this path:
mkdir -p $GOPATH/src/github.com/therealplato/dotfiles
git clone https://github.com/therealplato/dotfiles $GOPATH/src/github.com/therealplato/dotfiles
cd $GOPATH/src/github.com/therealplato/dotfiles

# Render output into ./generated:
./build.sh

# Render output into ./generated then copy into $HOME:
./build.sh -f