Skip to content

Commit

Permalink
Merge pull request #79 from arcticicestudio/feature/gh-65-cower
Browse files Browse the repository at this point in the history
cower
  • Loading branch information
arcticicestudio authored Nov 28, 2017
2 parents 89b6877 + ba50f38 commit 503561d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions snowblocks/cower/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2016-2017 Arctic Ice Studio <[email protected]>
# Copyright (c) 2016-2017 Sven Greb <[email protected]>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT
# References:
# cower(1)
# https://github.com/falconindy/cower

# Enable tty color support.
Color = always
13 changes: 13 additions & 0 deletions snowblocks/cower/snowblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"clean": ["~/.config/cower"]
},
{
"link": {
"~/.config/cower/config": {
"create": true,
"path": "config"
}
}
}
]

0 comments on commit 503561d

Please sign in to comment.