Tools II: โŒจ๏ธ, ๐Ÿ‘จ๐Ÿปโ€๐Ÿš€, ๐ŸŽจ, ๐Ÿ’ก, and ๐Ÿ”ณ

akatopo

โŒจ๏ธ

Key sequences

"Compose key" for and

karabiner-elements.pqrs.orgwincompose.info

Getting 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-prompt

Installing

Spaaaace ๐Ÿช

๐ŸŽจ

pygmentize

Syntax highlighting for the terminal

pygments.org

Installing

install via pip

pip install Pygments

then alias

alias syntax='pygmentize -g'

Highlight!

๐Ÿ’ก

tldr

That man page is too damn long

tldr.sh

Installing

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-qrcode

Installing

install via npm

npm install -g qrcode

or just run with npx

Clone this presentation

๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ