2021-02-18 09:20:51 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
git clone https://github.com/haunt98/dotfiles.git ~/go/src/github.com/haunt98/dotfiles
|
|
|
|
git clone https://github.com/haunt98/til.git ~/go/src/github.com/haunt98/til
|
|
|
|
git clone https://github.com/haunt98/gitu.git ~/go/src/github.com/haunt98/gitu
|
2021-02-19 06:12:01 +00:00
|
|
|
git clone https://github.com/haunt98/changeloguru.git ~/go/src/github.com/haunt98/changeloguru
|
|
|
|
git clone https://github.com/haunt98/license.git ~/go/src/github.com/haunt98/license
|
2021-02-18 09:20:51 +00:00
|
|
|
git clone https://github.com/haunt98/converter.git ~/go/src/github.com/haunt98/converter
|
|
|
|
git clone https://github.com/haunt98/leetcode.git ~/go/src/github.com/haunt98/leetcode
|
|
|
|
git clone https://github.com/haunt98/advent-of-code.git ~/go/src/github.com/haunt98/advent-of-code
|