init: v2 of dot
This commit is contained in:
parent
0a8b09ca65
commit
7991035935
13 changed files with 156 additions and 12 deletions
0
crates/example/.invalid
Normal file
0
crates/example/.invalid
Normal file
0
crates/example/apply.sh
Normal file
0
crates/example/apply.sh
Normal file
0
crates/example/remove.sh
Normal file
0
crates/example/remove.sh
Normal file
9
crates/ssh/apply.sh
Normal file
9
crates/ssh/apply.sh
Normal 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
3
crates/ssh/remove.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf ~/.ssh
|
2
crates/tlp/apply.sh
Normal file
2
crates/tlp/apply.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue