Skip to content

Instantly share code, notes, and snippets.

Avatar

Jason Schein echochamber

View GitHub Profile
View dotfiles.sh
#!/bin/sh
[[ -e ~/.dotfiles ]] || git clone git@github.com:sonots/.dotfiles.git ~/.dotfiles
pushd ~/.dotfiles
git submodule init
git submodule update
for i in `ls -a`
do
[ $i = "." ] && continue