diff --git a/ellipsis.sh b/ellipsis.sh index 6547aef..f72af3a 100644 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -22,3 +22,12 @@ # 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 +}