Open fresh sources in your $EDITOR
.
Run the following line or follow the manual install instructions.
bash -c "`curl -sL get.freshshell.com`"
Paste the following line into your shell or add it to your ~/.freshrc
file.
fresh freshshell/fresh-open bin/fresh-open --bin
There is also a function you can use to change into the source directory. To use it you will need to add the following line to your freshrc.
fresh freshshell/fresh-open shell/cdf.sh
fresh open freshshell/fresh-open # will open this codebase in your $EDITOR
fresh open freshshell/fresh # will open the fresh codebase in your $EDITOR