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/shareand$DEN/var - sources
$DEN/etc/zsh/zshrcand$DEN/etc/zsh/zshenvfrom$HOME/.zsh{rc,env} - runs scripts in
$DEN/share/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.