Move ssh helpers to more-common-settings.sh
This commit is contained in:
parent
9a61816484
commit
4321a7134c
3 changed files with 7 additions and 13 deletions
6
full.zsh
6
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
|
echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > ~/cloudinit.sh
|
||||||
chmod +x ~/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...
|
# Add extra net tools...
|
||||||
echo "[DSMOSS] Install more networking tools..."
|
echo "[DSMOSS] Install more networking tools..."
|
||||||
brew install cloudflared miniupnpc
|
brew install cloudflared miniupnpc
|
||||||
|
|
6
lite.zsh
6
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
|
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
|
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...
|
# Add extra net tools...
|
||||||
echo "[DSMOSS] Install more networking tools..."
|
echo "[DSMOSS] Install more networking tools..."
|
||||||
brew install cloudflared miniupnpc
|
brew install cloudflared miniupnpc
|
||||||
|
|
|
@ -135,4 +135,10 @@ read
|
||||||
echo "[DSMOSS] Setup Git..."
|
echo "[DSMOSS] Setup Git..."
|
||||||
git config --global --add credential.helper manager
|
git config --global --add credential.helper manager
|
||||||
git config --global user.name "Sneed Group Holder"
|
git config --global user.name "Sneed Group Holder"
|
||||||
git config --global user.email "no@nope.nicetry"
|
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
|
Loading…
Reference in a new issue