diff --git a/dotfiles/install.sh b/dotfiles/install.sh index 24e0d93..cfca482 100755 --- a/dotfiles/install.sh +++ b/dotfiles/install.sh @@ -1,15 +1,15 @@ -#!/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 -return 0 +#!/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 +