#!/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 }