README.md
May 3, 2023 ยท View on GitHub
Fig adds autocomplete to your terminal.
As you type, Fig pops up subcommands, options, and contextually relevant arguments in your existing terminal on macOS.

๐ Get Started
Setup:
-
Click here to fork this repo.
-
Clone your forked repo and create an example spec
# Replace `YOUR_GITHUB_USERNAME` with your own github username
git clone https://github.com/YOUR_GITHUB_USERNAME/themes.git fig-themes
cd fig-themes
# Add withfig/themes as a remote
git remote add upstream https://github.com/withfig/themes.git
-
Now run
cp template.json themes/<name>.jsonand start editing your new theme ๐ -
If you want to try out your theme locally you will need to first copy the theme to your local folder using
cp themes/<name>.json "$(fig theme --folder)"
fig theme <name>