mirror of https://tildegit.org/ben/dotfiles
remove ssh config
parent
0c600bf808
commit
2606bdd307
9
Makefile
9
Makefile
|
@ -16,14 +16,13 @@ endif
|
|||
install:
|
||||
@make $(UNAME)
|
||||
|
||||
Linux: bash ssh fish git mutt byobu weechat vim
|
||||
Windows: bash ssh git vim
|
||||
Linux: bash fish git mutt byobu weechat vim
|
||||
Windows: bash git vim
|
||||
Other: bash git vim
|
||||
|
||||
clean:
|
||||
@printf "$(RED)--- clean -----------------------------------------------\n$(RESET)"
|
||||
stow -t "$$HOME" -D bash
|
||||
stow -t "$$HOME" -D ssh
|
||||
stow -t "$$HOME" -D fish
|
||||
stow -t "$$HOME" -D git
|
||||
stow -t "$$HOME" -D vim
|
||||
|
@ -35,10 +34,6 @@ bash:
|
|||
@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
|
||||
stow -t "$$HOME" bash
|
||||
|
||||
ssh:
|
||||
@printf "$(YELLOW)--- ssh ------------------------------------------------\n$(RESET)"
|
||||
stow -t "$$HOME" ssh
|
||||
|
||||
fish:
|
||||
@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
|
||||
stow -t "$$HOME" fish
|
||||
|
|
|
@ -1,54 +0,0 @@
|
|||
Port 22
|
||||
|
||||
Host tilde
|
||||
Hostname tilde.team
|
||||
User ben
|
||||
|
||||
Host town
|
||||
Hostname tilde.town
|
||||
User benharri
|
||||
LocalForward localhost:12345 localhost:12345
|
||||
|
||||
Host ctrl
|
||||
Hostname ctrl-c.club
|
||||
User benharri
|
||||
|
||||
Host sdf
|
||||
Hostname arpa.sdf.org
|
||||
User benharri
|
||||
|
||||
Host euclid
|
||||
Hostname euclid.nmu.edu
|
||||
User benharri
|
||||
|
||||
Host thor
|
||||
Hostname thor.tilde.team
|
||||
User ben
|
||||
|
||||
|
||||
Host gh
|
||||
Hostname github.com
|
||||
User git
|
||||
|
||||
Host gl
|
||||
Hostname gitlab.com
|
||||
User git
|
||||
|
||||
Host tgit
|
||||
Hostname tilde.team
|
||||
User git
|
||||
|
||||
|
||||
Host da1.hashbang.sh ny1.hashbang.sh sf1.hashbang.sh to1.hashbang.sh
|
||||
User benharri
|
||||
|
||||
Host git-infra.hashbang.sh
|
||||
User git
|
||||
|
||||
Host sfo1.irc.hashbang.sh ldap.hashbang.sh
|
||||
User core
|
||||
|
||||
Host *.hashbang.sh hashbang.sh
|
||||
User core
|
||||
Port 8993
|
||||
|
Loading…
Reference in New Issue