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: 19 days ago
JSON representation
A fresh and sweet script to configure and personalize windows terminal
- Host: GitHub
- URL: https://github.com/atticus64/juice
- Owner: Atticus64
- License: mit
- Created: 2022-12-30T06:13:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:10:25.000Z (6 months ago)
- Last Synced: 2025-04-05T19:34:07.956Z (about 1 month ago)
- Topics: deno, typescript, windows, windows-terminal, wsl2
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 33
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Juice 🥤
A sweet and refreshing deno script to personalize windows terminal
[](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
```