faster
This commit is contained in:
parent
4ec6112398
commit
e8935f71ce
3 changed files with 15 additions and 0 deletions
5
backup/hosts
Normal file
5
backup/hosts
Normal file
|
@ -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
|
9
backup/ssh
Normal file
9
backup/ssh
Normal file
|
@ -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
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue