Dotfiles
👨🏻💻 My configs for Neovim, Nushell, Ghostty, tmux etc.
Install / Use
/learn @disrupted/DotfilesREADME
disrupted's dotfiles
Neovim

configuration entirely written in Lua.
Shell
ZSH using powerlevel10k prompt. plugins managed through zinit.
Weechat IRC

Thanks to @lukas-reineke, @akinsho, @yutkat and the good people from /r/neovim.
Misc
test italics & similar output:
echo -e "\e[1mbold\e[0m"
echo -e "\e[3mitalic\e[0m"
echo -e "\e[4munderline\e[0m"
echo -e "\e[9mstrikethrough\e[0m"
echo -e "\e[31mHello World\e[0m"
from 'A Definitive Guide to Enabling Italics in Vim and tmux':
Instead of adding a custom entry in the terminfo db, try to update the latter. On my Ubuntu, terminfo descriptions are provided by the packages ncurses-base and ncurses-term. If after upgrading the pacakges, your descriptions are still too old – or contain wrong sequences – then update the db right from the developer's site:
$ curl -LO http://invisible-island.net/datafiles/current/terminfo.src.gz
$ gunzip terminfo.src.gz
$ tic -sx terminfo.src
On Ubuntu, it should create a new db in your home directory (~/.terminfo). If you don't want to update the whole db, but only the description of a specific terminal, then replace the last tic(1) command with:
tic -sx -e $TERM terminfo.src
Or with:
tic -sx -e my-terminal terminfo.src
Or:
tic -sx -e my-terminal-1,my-terminal-2,... terminfo.src
If you want to make a backup of the current description, run this command:
infocmp -x $TERM >term.desc.backup
And to restore your original description, run:
tic -sx term.desc.backup
Related Skills
node-connect
334.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.1kCommit, push, and open a PR
