init: v2 of dot

This commit is contained in:
Strix 2024-06-04 01:33:44 +02:00
parent 0a8b09ca65
commit 7991035935
13 changed files with 156 additions and 12 deletions

9
crates/ssh/apply.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
echo "pulling ssh key..."
scp \
strix@hydrogen.red.helix.saluco.nl:.ssh/config \
strix@hydrogen.red.helix.saluco.nl:.ssh/authorized_keys \
strix@hydrogen.red.helix.saluco.nl:.ssh/id_rsa \
strix@hydrogen.red.helix.saluco.nl:.ssh/id_rsa.pub \
~/.ssh

3
crates/ssh/remove.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
rm -rf ~/.ssh