Initial commit

This commit is contained in:
ShadowEO
2020-09-08 01:28:42 -04:00
commit ef642bdeb0
2 changed files with 35 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# toxus/tishell-zsh-prompt
Just a bunch of dotfiles.
## Install
Clone and symlink or install with [ellipsis][ellipsis]:
```
$ ellipsis install toxus/tishell-zsh-prompt
```
[ellipsis]: http://ellipsis.sh

24
ellipsis.sh Normal file
View File

@@ -0,0 +1,24 @@
#!/usr/bin/env bash
#
# toxus/tishell-zsh-prompt 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
# }