Initial Commit.

This commit is contained in:
CJ Laing
2018-12-05 00:09:15 -05:00
parent 72d7f25d9d
commit d84c32d902

View File

@@ -22,3 +22,12 @@
# pkg.status() { # pkg.status() {
# git.diffstat # 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
}