mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 01:18:44 +00:00
15 lines
666 B
Bash
Executable File
15 lines
666 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd ~/Git/dotfiles
|
|
|
|
git clone git@github.com:GeorgeSG/advent-of-code.git ~/Git/advent-of-code
|
|
git clone git@github.com:GeorgeSG/gar.dev.git ~/Git/gar.dev
|
|
git clone git@github.com:GeorgeSG/lovelace-time-picker-card.git ~/Git/lovelace-time-picker-card
|
|
git clone git@github.com:GeorgeSG/PhotonaydenovV2.git ~/Git/PhotonaydenovV2
|
|
git clone git@github.com:GeorgeSG/promptle.git ~/Git/promptle
|
|
git clone git@github.com:GeorgeSG/sarah.git ~/Git/sarah
|
|
git clone git@github.com:GeorgeSG/sub.rehab.git ~/Git/sub.rehab
|
|
git clone git@github.com:GeorgeSG/taxbro.io.git ~/Git/taxbro.io
|
|
|
|
git clone git@gitea:GeorgeSG/gardev-startpage.git ~/Git/gardev-startpage
|