Skip to content

Getting Started

Jonathan Alcantar edited this page Jan 3, 2023 · 9 revisions

Juice is build with deno 🦕

Configuration

  1. Download the binary of juice in releases page or clone juice repository
  • Or you can just installing with deno
deno install --allow-read --allow-env --allow-write --import-map=https://denopkg.com/Atticus64/juice@main/import_map.json -n juice --no-check https://denopkg.com/Atticus64/juice@main/src/main.ts
  1. Create juice.json config file in the same directory of juice binary or in $HOME/config/ dir
  2. Paste the path of settings.json file of Windows Terminal in the config key of juice.json
  • like this:
{
  "config": "C:\\path\\to\\settings.json"
}
  1. Execute juice and especify terminal param
$ juice -t 'Windows Powershell' -s 'One Half Dark' 

Note

The --terminal param is the name of the profile you want to change config

Clone this wiki locally