Mac添加命令别名
https://www.cnblogs.com/shockerli/p/mac-cmd-alias.html
增强资源管理器 -- XtraFinder
https://www.trankynam.com/xtrafinder/
Mac在当前文件夹下打开终端
http://zipzapmac.com/go2shell
安装Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装unrar
brew install unrar
unrar x xxx.rar
安装nginx
/usr/local/var/www
/usr/local/etc/nginx/nginx.conf
/usr/local/etc/nginx/servers/
/usr/local/var/log/nginx
/usr/local/bin/nginx
sudo brew services start nginx
sudo brew services reload nginx
sudo brew services stop nginx
配置本地域名
sudo vi /etc/hosts
127.0.0.1 active.com
安装Redis
brew services start redis
redis-server /usr/local/etc/redis.conf
允许安装任意源的软件(在命令行执行即可)
sudo spctl --master-disable
配置JWS环境
1. 创建.bash_profiel文件
ucdeMacBook-Pro:~ uc$ vi ~/.bash_profile
alias ll='ls -all'
export JWS_HOME=/Users/uc/Desktop/JavaSoft/jws-1.7.1
export PATH=JWS_HOME
2. 更新配置文件
source ~/.bash_profile
Mac效率软件
你绝不能错过的效率神器 —— Alfred
https://www.cnblogs.com/chanshuyi/p/the_efficient_app_alfred.html
iTerm配置全局hotkey
Perferences -> Keys
勾选Hotkey的 Show/hide all windows with a system-wide hotkey
iTerm2快捷键
https://www.atatech.org/articles/10003
Mac给iTerm2终端配色
//www.greatytc.com/p/11a40a0b3385
替代Finder软件
https://www.trankynam.com/xtrafinder/
-
软件安装
克隆拷贝锚点编辑锚点删除
开发软件安装:
安装JDK 8
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
环境变量配置
创建.bash_profiel文件
ucdeMacBook-Pro:~ uc$ vi ~/.bash_profile
alias ll='ls -all'
export JWS_HOME=/Users/uc/Desktop/JavaSoft/jws-1.7.1
export PATH=JWS_HOME
安装idea
在idea的官网下载idea,点击安装即可
https://www.jetbrains.com/idea/download/#section=mac
安装过程和下图类似,拖动下载好的软件到Applications目录即可:
<input type="file" accept=".jpg, .jpeg, .png, .gif" style="display: none;">
Mac下最好用的terminal工具
https://www.iterm2.com/downloads.html
版本控制软件
安装SmartGit
https://www.syntevo.com/smartgit/download/
数据库客户端
安装mysql客户端
免费工具(推荐)
https://sequelpro.com/download
收费工具
https://www.navicat.com/en/download/navicat-premium
辅助软件
安装Chrome
安装思维导图XMind
https://www.xmind.cn/download/mac/
Sublimetext 文本编辑工具
快捷键
Mac快捷键汇总: https://www.atatech.org/articles/95274
IntelliJ IDEA最常用快捷键总结(mac版):https://www.atatech.org/articles/39485
参考资料
Mac神兵利器:https://www.atatech.org/articles/104359
破解软件下载
http://xclient.info/?t=2f64068c2f6222ca869a604992264bce35dcb8a8
UML
亿图MAC中文 链接:http://pan.baidu.com/s/1i59U5QP 密码:7agt
如果出现“文件已损坏”等报错,请修改隐私设置,修改成允许所有安装来源。(若是没有“允许所有安装来源”这个选项,如果没有这个选项请联系店主) MAC允许所有安装来源 链接:http://pan.baidu.com/s/1ckoeGA 密码:zvpn
快捷键提示
cheetsheet
gRPC 官方文档中文版
https://doc.oschina.net/grpc?t=58008
Protobuf 语法指南
http://colobu.com/2015/01/07/Protobuf-language-guide/