### Delete BetterTouchTool Configuration Files Source: https://github.com/fdinc/bettertouchtool/blob/master/BetterTouchToolDocs/docs/installation.md To completely remove BetterTouchTool's settings and preferences, delete these files and directories from your user's Library folder. This is typically not necessary as the files are small. ```Shell ~/Library/Application Support/BetterTouchTool ~/Library/Preferences/com.hegenberg.BetterTouchTool.plist ``` -------------------------------- ### Build BetterTouchTool Documentation Locally Source: https://github.com/fdinc/bettertouchtool/blob/master/README.md This snippet outlines the command-line steps required to set up and build the BetterTouchTool documentation. It involves installing GitBook CLI globally, installing project dependencies using yarn, and then using GitBook commands to either serve the documentation locally or build it for deployment. ```Shell npm install -g gitbook-cli ``` ```Shell node yarn-0.17.10.js install ``` ```Shell gitbook serve ``` ```Shell gitbook build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.