프론트엔드 개발자의 개발 놀이터

재미있는 Homebrew 패키지들 본문

Settings

재미있는 Homebrew 패키지들

프론트포텐 2024. 2. 2. 10:22
반응형

Homebrew

1. nyancat

brew install nyancat
nyancat

nyancat

2. cmatrix

brew install cmatrix
cmatrix

cmatrix

3. sl

brew install sl
sl
sl -l
sl -a
sl -F
sl -Fa
sl -la

sl

4. asciiquarium

brew install asciiquarium
asciiquarium

asciiquarium

5. neofetch

brew install neofetch
neofetch

neofetch

neofetch에 이미지 넣기

# config.conf 파일이 있는 neofetch 폴더로 이동
cd /Users/(whoami)/.config/neofetch
vi config.conf
  • 읽기모드에서 /image 명령어로 Image 단어 검색
  • image_backend="iterm2" 로 변경
  • image_source="넣을 이미지 파일 경로" 로 변경
  • image_size="400px" 이미지에 따라 사이즈 조절
  • 저장(:wq) 후 iTerm2 재실행 -> neofetch 실행 후 적용된 이미지 확인

neofetch 이미지 삽입 시 벌어지는 간격 문제 해결 방법

  • Perferences > Advanced
  • Search(검색) : Disable potentially insecure escape sequences > No 로 설정
  • Search(검색) : Show inline images at retina resilution > No 로 설정

 

* iTerm2 실행 시 자동으로 neofetch가 뜨게 하고 싶다면, .zshrc 파일 제일 아래에 neofetch 를 입력하고 저장해주면 됩니다.

6. figlet

brew install figlet
figlet "텍스트"
figlet -f 폰트이름 "텍스트"

figlet

7. fortune

brew install fortune
fortune

fortune

8. cowsay

brew install cowsay
cowsay "텍스트"
fortune | cowsay

cowsay

9. toilet

brew install toilet
toilet "텍스트"
toilet mono12 -F metal "텍스트"

toilet

10. telnet(starwars)

brew install telnet
telnet towel.blinkenlights.nl

telnet

'Settings' 카테고리의 다른 글

[oh-my-zsh] common 테마 적용하기  (1) 2024.02.02