본문 바로가기
운영체제 (operating system)/Mac os

iterm2 파일 로고 설정 (logo-ls install)

by Pstor 2022. 4. 24.

vscode만 사용하다 터미널에서 작업한 지 어느새 1년이 넘어가고 있다. 얼마 전에 노트북을 초기화하고 다시 설정하고 있는데 뭔가 vscode에서 사용하던 무언가가 빠진 거 같아서 그게 뭘까 하다가 아이콘이 보이지 않는다는 것이다. 물론 파일 확장자를 알면 크게 상관은 없지만 무언가 허전하면서 불편했다. 그래서 알아보던 중 깃허브에 logo-ls가 있어서 한번 설치해 봤다. 생각보다 만족하며 사용 중이다. 추천하는 마음에 작성해 본다.

 

공식 깃허브 주소 : https://github.com/Yash-Handa/logo-ls

 

공식 주소에 들어가보면 사용방법과 여러 가지 설정 파일들이 나열되어 있다. 다음 logo-ls_Darwin_x86_64.tar.gz 다운 받으면 된다.

 

다음 ~ 에서 /usr/local/bin에 압축 파일을 풀어준다.

 

sudo cp logo-ls /usr/local/bin

vi ~/.zshrc 이동하여 아래 파일을 넣어 주세요

alias ls='logo-ls'
alias la='logo-ls -A'
alias ll='logo-ls -al'
alias lsg='logo-ls -D'
alias lag='logo-ls -AD'
alias llg='logo-ls -alD'

 

이제 아이콘이 보이며 편하게 개발하면 된다.

 

참고 문서, 블로그, 사이트

https://blog.dnd.ac/settings-mac-terminal/

 

Mac 터미널 세팅하기 (zsh & iterm)

개발을 하면서, 가장 많이 사용하게 되는 요소 중 하나가 바로 터미널입니다. 오늘은, 맥북의 터미널을 아름답고 효율적으로 꾸며보도록 할 것입니다.

blog.dnd.ac

https://github.com/Yash-Handa/logo-ls

 

GitHub - Yash-Handa/logo-ls: Modern ls command with vscode like File Icon and Git Integrations. Written in Golang

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang - GitHub - Yash-Handa/logo-ls: Modern ls command with vscode like File Icon and Git Integrations. Written in Golang

github.com

https://velog.io/@minpeter/logo-ls-bat

 

🦢 logo-ls, bat

내가 터미널에서 가장 많이 사용하는 명령어 중에 ls와 cat을 예쁘게 꾸며주는 방법 가이드

velog.io

 

반응형