Skip to content

Instantly share code, notes, and snippets.

@clarkezone
Last active July 16, 2023 14:47
Show Gist options
  • Save clarkezone/ce40fc823179c2103f2f1ae73e278b9f to your computer and use it in GitHub Desktop.
Save clarkezone/ce40fc823179c2103f2f1ae73e278b9f to your computer and use it in GitHub Desktop.
Current github projects
#!/bin/sh
# No set -e so re can rerun when adding new
ssh-add
mkdir -p ~/src/github.com/clarkezone
gh repo clone clarkezone/infra ~/src/github.com/clarkezone/infra
gh gist clone ce40fc823179c2103f2f1ae73e278b9f ~/src/github.com/clarkezone/clonescripts
gh gist clone clarkezone/neovimconfig ~/src/github.com/clarkezone/neovimconfig
gh gist clone clarkezone/neovimconfig-kickstart ~/src/github.com/clarkezone/neovimconfig-kickstart
gh repo clone clarkezone/JekyllPreview ~/src/github.com/clarkezone/JekyllPreview
gh repo clone clarkezone/featherservicetest ~/src/github.com/clarkezone/featherservicetest
gh repo clone clarkezone/previewd ~/src/github.com/clarkezone/previewd
gh repo clone clarkezone/selfhostinfrablog ~/src/github.com/clarkezone/selfhostinfrablog
gh repo clone clarkezone/rk ~/src/github.com/clarkezone/rk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment