Compare commits

..

2 Commits

Author SHA1 Message Date
jolheiser 57e00fa690
chore: update layout contrib
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-25 21:08:52 -05:00
jolheiser 1b9796ed0b
feat: add simple dev contrib
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-25 21:00:18 -05:00
2 changed files with 19 additions and 15 deletions

View File

@ -1,16 +1,19 @@
# Clean
rm -r .ugit/
rm -r .ssh/
def main [user = "jolheiser", base_url = "https://git.jolheiser.com", repos = ["ugit", "helix.drv", "tmpl"]] {
# SSH
mkdir .ssh
http get https://github.com/jolheiser.keys | save --force .ssh/authorized_keys
# Git
mkdir .ugit
git clone --bare https://git.jolheiser.com/ugit.git .ugit/ugit.git
{"private": false, "description": "ugit"} | save .ugit/ugit.git/ugit.json
git clone --bare https://git.jolheiser.com/helix.drv.git .ugit/helix.drv.git
{"private": false, "description": "helix.drv"} | save .ugit/helix.drv.git/ugit.json
git clone --bare https://git.jolheiser.com/jolheiser.com.git .ugit/jolheiser.com.git
{"private": false, "description": "jolheiser.com"} | save .ugit/jolheiser.com.git/ugit.json
# Clean
try {
rm -r .ugit/
rm -r .ssh/
}
# SSH
mkdir .ssh
http get $"https://github.com/($user).keys" | save --force .ssh/authorized_keys
# Git
mkdir .ugit
for $repo in $repos {
git clone --bare $"($base_url)/($repo).git" $".ugit/($repo).git"
{"private": false, "description": $repo} | save $".ugit/($repo).git/ugit.json"
}
}

View File

@ -5,6 +5,7 @@ layout {
command "nix"
args "develop"
size "90%"
start_suspended true
}
pane split_direction="vertical" {
pane {