This commit is contained in:
despiegk 2024-01-13 13:43:21 +03:00
parent eb1b267003
commit 4c2571324b
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
2 changed files with 4 additions and 1 deletions

View File

@ -24,10 +24,12 @@ export def clone_crystal [ --reset=false , --pull=false ] string {
export def clone_nuscripts [ --reset=false , --pull=false ] string {
let $ssha = sshagent_loaded
let $dest = $"($env.BASE)/nuscripts"
let $dest_org = $"($env.BASE)/nushell"
if $ssha {
let $r = git git_clone nuscripts "git@git.ourworld.tf:despiegk/nuscripts.git"
rm -f $dest
ln -s $r $dest
ln -s $r $dest
rsync -rav --exclude .git $r $dest_org
return $r
} else {
error make { msg: "load ssh-agent" }

View File

@ -17,6 +17,7 @@ pkgs.mkShell {
python311Packages.ipython
python311Packages.ipdb
python311Packages.rq
rsync
# rustc
# dumptorrent
# udpt