From 803ee54a00eeaff3ab56d9ada820c3fe00a7baaa Mon Sep 17 00:00:00 2001 From: CJ Laing Date: Tue, 4 Dec 2018 17:34:21 -0500 Subject: [PATCH] Initial commit --- README.md | 11 +++++++++++ ellipsis.sh | 24 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 README.md create mode 100644 ellipsis.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b8f235 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# toxus/tonoxis-isle-shell-zsh +Just a bunch of dotfiles. + +## Install +Clone and symlink or install with [ellipsis][ellipsis]: + +``` +$ ellipsis install toxus/tonoxis-isle-shell-zsh +``` + +[ellipsis]: http://ellipsis.sh diff --git a/ellipsis.sh b/ellipsis.sh new file mode 100644 index 0000000..7390af1 --- /dev/null +++ b/ellipsis.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env bash +# +# toxus/tonoxis-isle-shell-zsh 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 +# }