Skip to content

Instantly share code, notes, and snippets.

View piero-vic's full-sized avatar

Piero Lescano piero-vic

View GitHub Profile
@alanholding
alanholding / vcv_rack_modules_by_count.py3
Created September 5, 2021 12:54
Outputs a CSV file with the counts of plugins in VCV Rack patch files.
'''
2021-09-05
Outputs a CSV file with the counts of plugins in VCV Rack patch files.
'''
import os
import json
import csv
def get_list_of_vcv_rack_patches(patches_directory):
@andersevenrud
andersevenrud / alacritty-tmux-vim_truecolor.md
Last active April 23, 2025 08:47
True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).

Testing colors

Running this script should look the same in tmux as without.

curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh