commit 27359c9910955a6d6459e9ed6015dee5f3069a0a Author: CJ Laing Date: Tue Dec 4 19:26:07 2018 -0500 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ee46a2 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# toxus/ti-shell-framework +Just a bunch of dotfiles. + +## Install +Clone and symlink or install with [ellipsis][ellipsis]: + +``` +$ ellipsis install toxus/ti-shell-framework +``` + +[ellipsis]: http://ellipsis.sh diff --git a/ellipsis.sh b/ellipsis.sh new file mode 100644 index 0000000..1a24ca0 --- /dev/null +++ b/ellipsis.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env bash +# +# toxus/ti-shell-framework ellipsis package + +# The following hooks can be defined to customize behavior of your package: +# pkg.install() { +# fs.link_files $PKG_PATH +# } + +# pkg.push() { +# git.push +# } + +# pkg.pull() { +# git.pull +# } + +# pkg.installed() { +# git.status +# } +# +# pkg.status() { +# git.diffstat +# }