Clone Chisel
git clone https://github.com/facebook/chisel.git chisel
Build and install chisel.framework
cd chisel/Chisel
sudo make install
Setup chisel commands
vim ~/.lldbinit
# ~/.lldbinit
command script import /your/repo/chisel/fblldb.py
script fblldb.loadCommandsInDirectory('/your/repo/chisel/commands')