sh 重新安装OSX后执行某些操作
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 重新安装OSX后执行某些操作相关的知识,希望对你有一定的参考价值。
#/bin/bash
# GIT
# 基本資料
git config --global user.name "NAME_HERE"
git config --global user.email "EMAIL_HERE"
# 讓 git 顯示訊息時有顏色表示
git config --global color.ui true
# 把幾個 git 長指令縮成簡寫
git config --global alias.co checkout # git co
git config --global alias.ci commit # git ci
git config --global alias.st status # git st
git config --global alias.br branch # git br
# 自訂 git 的 log 訊息顏色
# http://fredkschott.com/post/2014/02/git-log-is-so-2005/
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit"
# =================
# BREW
brew install homebrew/php/php70 vim homebrew/php/php70-mcrypt webp mongodb git postgresql wxmac composer curl neovim/neovim/neovim python3 nginx redis yarn node elixir sqlite fish imagemagick thefuck tree mariadb
brew tap caskroom/fonts
brew cask install font-blokk font-fontawesome font-roboto elm-platform font-source-han-sans ngrok font-fira-code font-source-code-pro kitematic qlmarkdown
以上是关于sh 重新安装OSX后执行某些操作的主要内容,如果未能解决你的问题,请参考以下文章
sh 使用OSX Finder Quicklook预览所有纯文本文件。方便的操作快捷方式需要为OSX Finder的Quick安装QLStephen插件
sh 可执行脚本OSX
sh OSX的Brew安装脚本
sh OSX安装脚本
sh OSX:Kong安装
sh 在OSX上从dmg文件安装包