Skip to content

Instantly share code, notes, and snippets.

View noboru-i's full-sized avatar
🏠
Always working from home

Noboru ISHIKURA noboru-i

🏠
Always working from home
View GitHub Profile
@noboru-i
noboru-i / dotfiles.sh
Last active December 19, 2015 04:59 — forked from sonots/dotfiles.sh
#!/bin/sh
[[ -e ~/.dotfiles ]] || git clone https://github.com/noboru-i/.dotfiles.git ~/.dotfiles
pushd ~/.dotfiles
git submodule init
git submodule update
for i in `ls -a`
do
[ $i = "." ] && continue