Skip to content

Commit

Permalink
Merge pull request #94 from arcticicestudio/improvement/gh-93-host-sp…
Browse files Browse the repository at this point in the history
…ecific-and-encrypted-user-configurations

Use host specific and encrypted user configs
  • Loading branch information
arcticicestudio authored Dec 8, 2017
2 parents 56595bd + d8fd2e8 commit 1b564fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
snowblocks/bash/**/*.local
snowblocks/bash/.log

# +--- git ---+
snowblocks/git/gitconfig_auth_job

# +--- xdg ---+
snowblocks/xdg/applications/mimeinfo.cache
Binary file added snowblocks/git/gitconfig_auth_job.igloocrypt
Binary file not shown.
21 changes: 18 additions & 3 deletions snowblocks/git/snowblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@
},
{
"link": {
"~/.gitattributes": null,
"~/.gitattributes": {
"hosts": {
"archbook": "gitattributes",
"igloo": "gitattributes"
}
},
"~/.git-commit-msg": null,
"~/.git-diff-igloocrypt": null,
"~/.gitconfig": null,
"~/.gitconfig_auth": null,
"~/.gitconfig_auth_job": null,
"~/.gitconfig_auth": {
"hosts": {
"archbook": "gitconfig_auth",
"igloo": "gitconfig_auth"
}
},
"~/.gitconfig_auth_job": {
"hosts": {
"archbook": "gitconfig_auth_job.igloocrypt",
"igloo": "gitconfig_auth_job.igloocrypt"
}
},
"~/.gitignore": null
}
}
Expand Down

0 comments on commit 1b564fc

Please sign in to comment.