# Juice 🥤 drawing A sweet and refreshing deno script to personalize windows terminal [![juice.gif](https://i.postimg.cc/pdY1D6Ts/juice.gif)](https://postimg.cc/McHDwt1B) - [Getting Started](https://github.com/Atticus64/juice/wiki/Getting-Started) ## Installation - With Winget ``` winget install atticus64.juice ``` - 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 ``` - Download binary from [releases page](https://github.com/Atticus64/juice/releases) ## Dev server ```bash deno task dev ``` ## Build ``` deno task build ```