fix ssh_config

This commit is contained in:
Hactarus 2018-05-23 09:23:58 +00:00
parent 42e47dbc7b
commit c648c6ebe6
2 changed files with 20 additions and 11 deletions

View file

@ -38,15 +38,22 @@
[tasks.zsh] [tasks.zsh]
rejects = [["which", "zsh"]] rejects = [["which", "zsh"]]
cmds = [["@install", "zsh"], cmds = [
["@install", "zsh"],
["@clone", "--depth=1" ,"https://github.com/robbyrussell/oh-my-zsh.git", ".oh-my-zsh"], ["@clone", "--depth=1" ,"https://github.com/robbyrussell/oh-my-zsh.git", ".oh-my-zsh"],
["chsh", "-s", "/bin/zsh"] ["chsh", "-s", "/bin/zsh"]
] ]
links = [[".zshrc", "config/zshrc"]] links = [
[".zshrc", "config/zshrc"],
["termite.terminfo", "config/termite.terminfo"]
]
[tasks.golang] [tasks.golang]
envs = [["GOPATH", "${HM_DEST}/projects/go"]] envs = [["GOPATH", "${HM_DEST}/projects/go"]]
cmds = [["mkdir", "-p", "$GOPATH"], ["@install", "golang"]] cmds = [
["mkdir", "-p", "$GOPATH"],
["@install", "golang"]
]
[tasks.node] [tasks.node]
cmds = [["@install", "nodejs", "npm"]] cmds = [["@install", "nodejs", "npm"]]
@ -60,10 +67,15 @@
]] ]]
[tasks.term] [tasks.term]
cms = [["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"], ["tic", "-x", "termite.terminfo"]] cms = [
["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"],
["tic", "-x", "termite.terminfo"]
]
[tasks.git] [tasks.ssh]
templates = [[".ssh/config", "git_config"]] templates = [
[".ssh/config", "config/ssh/config"]
]
[tasks.vim] [tasks.vim]
links = [ links = [
@ -77,5 +89,4 @@
### Run ### Run
### ###
[tasks.default] [tasks.default]
deps = ["htop", "tmux", "git", "zsh", "dev"] deps = ["htop", "tmux", "git", "zsh", "dev", "vim", "golang", "ssh"]

View file

@ -23,6 +23,4 @@ Host ansible
Host node* Host node*
User root User root
Port 16843 Port 16843
IdentityFile ~/.ssh/auberge IdentityFile ~/.ssh/{{.Env}}