Newer
Older
installers / dotfiles / install.sh
kohei on 30 Nov 2016 230 bytes Add installer for dotfiles
#!/usr/bin/env bash

url='https://git.lcarsnet.pgw.jp/gitbucket/git/kohei/dotfiles.git'
branch='master'

echo 'Info: Git cloning dotfiles.'

git clone -b "${branch}" "${url}"

echo 'done.'

cd 'dotfiles'

./setup.sh