Skip to content

Commit

Permalink
create a separate file for my sbet machine.
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Xia <xiaket@gmail.com>
  • Loading branch information
xiaket committed Dec 3, 2018
1 parent 58ee628 commit 48461c5
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions env_manager.json → machines/sbet.json
Expand Up @@ -4,7 +4,11 @@
},
"dirs": [
"~/.ssh/sockets",
"${root}/sockets"
"${root}/sockets",
"~/.xiaket/share/github",
"~/.xiaket/share/stash",
"~/.xiaket/sbet/bin",
"~/.xiaket/sbet/etc"
],
"links": [
{
Expand Down Expand Up @@ -40,15 +44,35 @@
"dst": ["~/.config/nvim", "~/.vim"]
},
{
"src": "~/.config/nvim/init.vim",
"src": "~/.vim/init.vim",
"dst": "~/.vimrc"
},
{
"src": "~/.xiaket/shared/github",
"dst": "~/.Github"
},
{
"src": "~/.xiaket/shared/ssh",
"src": "~/.xiaket/shared/stash",
"dst": "~/.Stash"
},
{
"src": "~/.xiaket/sbet",
"dst": "~/.xiaket/alt"
},
{
"src": "~/.xiaket/shared/aws",
"dst": "~/.aws"
},
{
"src": "${root}/pylintrc",
"dst": "~/.pylintrc"
},
{
"src": "${root}/pylintrc",
"dst": "~/.pylintrc"
},
{
"src": "~/.xiaket/ssh",
"dst": "~/.ssh"
}
],
Expand Down

0 comments on commit 48461c5

Please sign in to comment.