From e8935f71ced54fcad2c3ca574bf8cfb71ccd79c2 Mon Sep 17 00:00:00 2001 From: tavo Date: Sat, 28 Sep 2024 22:58:47 -0600 Subject: [PATCH] faster --- backup/hosts | 5 +++++ backup/ssh | 9 +++++++++ shell/env | 1 + 3 files changed, 15 insertions(+) create mode 100644 backup/hosts create mode 100644 backup/ssh diff --git a/backup/hosts b/backup/hosts new file mode 100644 index 0000000..187b440 --- /dev/null +++ b/backup/hosts @@ -0,0 +1,5 @@ +192.168.100.83 home +192.168.100.83 movies.tavo.one +192.168.100.83 cloud.tavo.one +192.168.100.83 office.tavo.one +192.168.100.83 git.tavo.one diff --git a/backup/ssh b/backup/ssh new file mode 100644 index 0000000..b461eb9 --- /dev/null +++ b/backup/ssh @@ -0,0 +1,9 @@ +Host home + AddressFamily inet + #HostName 192.168.100.83 + HostName tavo.one + port 22 + +Host tavo.one + AddressFamily inet + port 21 diff --git a/shell/env b/shell/env index ededa95..dd444c1 100644 --- a/shell/env +++ b/shell/env @@ -52,6 +52,7 @@ export \ CM_MAX_CLIPS=10 \ export \ + GIT="ssh://git@git.tavo.one/tavo" \ GITLAB="ssh://git@gitlab.com/tavo-wasd" \ HOMELAB="ssh://drive:/home/drive/drive" \ BOOKMARKS="$HOME/Documents/bookmarks" \