Mac使用
修改主机名:
1
sudo scutil --set HostName MyHostName
安装brew来更新各种软件
https://linfan.info/blog/2012/02/27/colorful-terminal-in-mac/
https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
1
2
3
export LC_ALL="en_US.UTF-8"
export CLICOLOR="xterm-color256"
export LSCOLORS="gxfxcxdxbxegedabagacad"
This post is licensed under CC BY 4.0 by the author.