diff --git a/full.zsh b/full.zsh index ac28112..24dfe08 100644 --- a/full.zsh +++ b/full.zsh @@ -70,12 +70,6 @@ mkdir ~/Cloud echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > ~/cloudinit.sh chmod +x ~/cloudinit.sh -# Create SSH helpers... -echo "[DSMOSS] Create SSH helpers..." -echo 'ssh root@192.168.50.144' > ~/ssh-to-felix.sh -echo 'ssh sparky@192.168.50.238' > ~/ssh-to-optishmex.sh -chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh - # Add extra net tools... echo "[DSMOSS] Install more networking tools..." brew install cloudflared miniupnpc diff --git a/lite.zsh b/lite.zsh index ea8b1cf..41626bc 100755 --- a/lite.zsh +++ b/lite.zsh @@ -62,12 +62,6 @@ echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.259/HMCL-3.5.9.259.sh -O ~/Minecraft.sh chmod +x ~/Minecraft.sh -# Create SSH helpers... -echo "[DSMOSS] Create SSH helpers..." -echo 'ssh root@192.168.50.144' > ~/ssh-to-felix.sh -echo 'ssh sparky@192.168.50.238' > ~/ssh-to-optishmex.sh -chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh - # Add extra net tools... echo "[DSMOSS] Install more networking tools..." brew install cloudflared miniupnpc diff --git a/more-common-settings.sh b/more-common-settings.sh index a8a4ceb..58bcab9 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -135,4 +135,10 @@ read echo "[DSMOSS] Setup Git..." git config --global --add credential.helper manager git config --global user.name "Sneed Group Holder" -git config --global user.email "no@nope.nicetry" \ No newline at end of file +git config --global user.email "no@nope.nicetry" + +# Create SSH helpers... +echo "[DSMOSS] Create SSH helpers..." +echo 'ssh root@192.168.50.144' > ~/ssh-to-felix.sh +echo 'ssh sparky@192.168.50.238' > ~/ssh-to-optishmex.sh +chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh \ No newline at end of file