2021-08-31 新机器安装 macos
2021-09-09 本文已影响0人
writeSpace
1、flutter (https://flutter.dev/docs/get-started/install)
2、android studio (https://developer.android.google.cn/studio)
3、xcode
4、source tree
5、python
6、git
7、chrome
8、ihosts
9、itemre
10、typora
11、Charles
12、cleanMyMac
13、brew (https://brew.sh/index.html)
14、cocoapods
15、java jdk (https://www.oracle.com/java/technologies/javase-downloads.html)
bash_profile 编辑
#enables colorin the terminal bash shell export
export CLICOLOR=1
#setsup thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad
#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
#enables colorfor iTerm
export TERM=xterm-256color
然后source ~/.bash_profile
下载iterm 配色
https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/schemes
偏好设置 修改颜色