Tools II: โจ๏ธ, ๐จ๐ปโ๐, ๐จ, ๐ก, and ๐ณ
akatopo

โจ๏ธ
Key sequences
"Compose key" for and
karabiner-elements.pqrs.orgwincompose.infoGetting this to work on MacOS
Install karabiner-elements
brew cask install karabiner-elements
Remap right_option
to non_us_backslash

Edit your ~/Library/KeyBindings/DefaultKeyBinding.dict
accordingly
{
"ยง" = {
"." = {
"." = ("insertText:", "โฆ");
};
"+" = {
"1" = ("insertText:", "๐");
};
};
}
Restart apps and have fun ๐๐ป
Some premade DefaultKeyBinding.dict
๐จ๐ปโ๐
Spaceship
A zsh prompt for astronauts
denysdovhan.com/spaceship-promptInstalling
Spaaaace ๐ช
๐จ
pygmentize
Syntax highlighting for the terminal
pygments.orgInstalling
install via pip
pip install Pygments
then alias
alias syntax='pygmentize -g'
Highlight!
๐ก
tldr
That man page is too damn long
tldr.shInstalling
install via npm
npm install -g tldr
or just run with npx
Clients in other languages exist, check website
How to lolcat ๐๐
๐ณ
qrcode
For sharing that wifi password fast
github.com/soldair/node-qrcodeInstalling
install via npm
npm install -g qrcode
or just run with npx