Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atticus64/juice

A fresh and sweet script to configure and personalize windows terminal
https://github.com/atticus64/juice

deno typescript windows windows-terminal wsl2

Last synced: 3 months ago
JSON representation

A fresh and sweet script to configure and personalize windows terminal

Awesome Lists containing this project

README

        

# 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
```