Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atticus64/juice
- Owner: Atticus64
- License: mit
- Created: 2022-12-30T06:13:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:10:25.000Z (3 months ago)
- Last Synced: 2024-11-05T19:22:06.619Z (3 months 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
[![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
```