Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelcgar/nocritty
https://github.com/angelcgar/nocritty
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelcgar/nocritty
- Owner: angelcgar
- Created: 2024-06-24T01:15:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T22:36:58.000Z (30 days ago)
- Last Synced: 2025-01-09T23:32:14.608Z (30 days ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Consigue los temas para tu terminal, este comando es para usuarios de linux y es
lo recomendable para este proyecto```bash
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
```2. Verificar si tienes instalado NodeJs con `node --version`
3. Instala la herramienta de forma global en tu sistema
```bash
npm i nocritty -g
```4. nocritty te ayuda configurar el tema de tu terminal alacritty, usa --help para
empezar```bash
nocritty --help
Opciones:
--version Muestra número de versión [booleano]
-s, --size Size of font [número]
-o, --opacity Opacity [número]
-p, --padding Padding [número]
-t, --theme Theme of terminal [cadena de caracteres]
-h, --help Muestra ayuda [booleano]
-l, --list List all themes available [booleano]
-S, --show Show the current configuration [booleano]
```**por favor ASEGÚRATE de tener los temas de alacritty.**
## Usando pnpm
1. Habilita pnpm usando `corepack enable pnpm`
2. Para crear variables de entorno para pnpm, `pnpm setup`
3. Refresca tu shell: Ejemplo con bash `source ~/.bashrc`
4. Instala nocritty de forma global con pnpm que tiene mejor manejo de los modulos
de node: `pnpm install nocritty --global`