-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Jonathan Alcantar edited this page Jan 3, 2023
·
9 revisions
Juice is build with deno 🦕
- 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
- Create juice.json config file in the same directory of juice binary or in $HOME/config/ dir
- 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"
}
- Execute juice and especify terminal param
$ juice -t 'Windows Powershell' -s 'One Half Dark'
The --terminal
param is the name of the profile you want to change config