
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
Inspired on pycritty

Change your alacritty config in real time!
Table of Contents
npm
npm i -g decritty
Run the command below to create the initial settings
If the alacritty folder is already exists, it will be backup and the folder structure will be set up to work correctly
decritty -i
This argument receive a int | float
decritty -o 0.6
This argument receives 2 parameters x, y of type int
X and Y need not be exactly the same
decritty -p 2 2
---
decritty -p 4 8
This argument receives the alias that is in the font file
You may be found the file on
~/.config/alacritty/settings/fonts.yml
click here to see structure offontsfile
decritty -f FiraCode
This argument receives two parameters Alias: 'Font Name'
Alias is the alias of the font name
'Font Name' is the original font name
You may be found the file on
~/.config/alacritty/settings/fonts.yml
decritty --add-font FiraCode 'Fira Code Nerd Font'
# abbreviated command
decritty -af FiraCode 'Fira Code Nerd Font'
This argument receive a int
decritty -s 18
This argument receive the name of theme
You may be found the file folder on
~/.config/alacritty/settings/themes
click here to see folder structure
decritty -t AyuDark

If you wish, you can match all the arguments

To add a new theme just move it to ~/.config/alacritty/settings/themes and then run
decritty -t YourTheme
To list all resources
decritty --list-resources
# abbreviated command
decritty -l
To set a new shell
decritty --set-shell zsh
## abbreviated command
decritty -ss zsh
To change window decoration of Alacritty
You can set these options "full" | "none" | "transparent" | "buttonless"
Remember, the options "transparent" | "buttonless" only works in macos
decritty --window-decoration full
## abbreviated command
decritty -wd none
alacritty
│ alacritty.yml
│
│
└───settings
│ │ fonts.yml
│ │
│ │
│ └───themes
│ │ AyuDark.yml
│ │ AyuMirage.yml
│ │ ...
~/.config/alacritty/settings/fonts.yml
fonts:
Ubuntu: UbuntuMono Nerd Font # alias: font name
FiraCode: Fira Code Nerd Font
This project is under the MIT LICENSE. See LICENSE for more information.
Made by the spanish guy with :purple_heart:
FAQs
CLI program to change the alacritty configuration
The npm package decritty receives a total of 2 weekly downloads. As such, decritty popularity was classified as not popular.
We found that decritty demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.