contains helper functions and scripts used by the rest of den.
rc.zsh - environment loader
- loads several scripts that configure the base environment
- configures and runs compinit
install.zsh - environment installation script.
- creates
$HOME/opt/
directory - creates
$DEN/var/
directory - adds symlinks from the home directory to
$DEN/etc
,$DEN/usr
and$DEN/var
- sources
$DEN/etc/zsh/zshrc
and$DEN/etc/zsh/zshenv
from$HOME/.zsh{rc,env}
- runs scripts in
$DEN/usr/foxden/setup/plans
In the future the script will take care of downloading the den repo, and moving it to the $HOME/opt/
directory, making it a one command install.