diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-12-04 19:49:07 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-12-04 19:49:07 +0300 |
commit | ff61e763b12badbf73f4e78b462c626ab206be1c (patch) | |
tree | b1f0c91ac8d4396a4e7f3081ea249afd2727a44d /zerotierconnect.sh | |
parent | 0397b0626dae6ae863b6d68b4a7970687eb39509 (diff) |
Changed some of lua & i3 seggings
* window navigation added to nvim
* i3 startup changes
* added sakura config
* added zerotierone scripts
co-authored-by: who-is-this-guy sotov2071@gmail.com
Diffstat (limited to 'zerotierconnect.sh')
-rwxr-xr-x | zerotierconnect.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/zerotierconnect.sh b/zerotierconnect.sh new file mode 100755 index 0000000..5469d62 --- /dev/null +++ b/zerotierconnect.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +sudo zerotier-one -d + +sudo zerotier-one -d +sudo zerotier-cli info + +read + +sudo zerotier-cli join 8056c2e21c2fbaef |