Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.97 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.97 KB


os Signup All-Contributors Discord Twitter

Fig adds autocomplete to your terminal.

As you type, Fig pops up subcommands, options, and contextually relevant arguments in your existing terminal on macOS.

Fig Visual Autocomplete For Your Terminal Demo


😎 Get Started

Setup:

  1. Click here to fork this repo.

  2. 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
  1. Now run cp template.json themes/<name>.json and start editing your new theme 😊

  2. 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>

😊 Need Help?

Join our community

✨ Contributors