Files
tononixOS_shellpkg_init-scr…/ellipsis.sh
2018-12-05 00:09:15 -05:00

34 lines
660 B
Bash

#!/usr/bin/env bash
#
# toxus/ti-shell-screenfetch 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
# }
pkg.install()
{
echo "This package only works with Tonoxis Isle systems that have the tonoxis-isle-shell-zsh package installed. Please ensure you have that installed beforehand, this does not check dependencies yet."
}
pkg.link() {
fs.link_rfile 99screenfetch.zsh $HOME/.shell/login.d/99screenfetch.zsh
}