Initial commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -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
|
||||||
24
ellipsis.sh
Normal file
24
ellipsis.sh
Normal file
@@ -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
|
||||||
|
# }
|
||||||
Reference in New Issue
Block a user