BAT

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6dd1740b-c423-4bdb-b14a-1cccc164b0e7/Screen_Shot_2021-05-14_at_3.42.58_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7274f96f-99e6-4fcd-9d1a-1c3797221501/Screen_Shot_2021-05-14_at_4.00.57_PM.png

github repo

sharkdp/bat

bat man

sharkdp/bat

qexport THEME="Nord"
alias cat="bat --theme $THEME --paging=never --style=plain"
alias bat="bat --theme $THEME"
export MANPAGER="sh -c 'col -bx | bat --theme $THEME -l man -p'"

LSD

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/67b839bb-b7c5-4edc-a881-2fd72ccd9ba9/Screen_Shot_2021-05-14_at_3.49.54_PM.png

github repo

Peltoche/lsd

아이콘 내장 폰트

Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher

(brew 설치시 cask 관련 오류가 뜬다면 cask를 지우고 같은 명령어 실행!)

# LSD
alias ls="lsd"
alias l='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias lt='ls --tree'

thanks to hmoon@피카츄_라운지