พิจารณาการติดตั้งbrew
และใช้ ls รุ่น GNU และเครื่องมืออื่น ๆ
ติดตั้ง XCode จาก AppStore
ติดตั้งHomebrew ...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
ติดตั้ง coreutils ...
brew install coreutils
เพิ่มที่ด้านล่างของคุณ.profile
...
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
ฉันใช้ชื่อแทนls
ใน.profile
การทำสีสำหรับทุกสิ่งและทางลัดสำหรับรายการทั้งหมด
alias ls='ls --color'
alias l='ls -lah'
# -l use a long listing format
# -a do not ignore entries starting with .
# -h with -l and/or -s, print human readable sizes (e.g., 1K 234M 2G)
มีพวงของการเป็นLS_COLORS
ตัวเลือกบนGitHub