Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 1.58 KB

README.md

File metadata and controls

69 lines (56 loc) · 1.58 KB

initial mac

该代码库使用 ansible homebrew 为一个全新的 mac 安装以及配置一个开发常用所需要的软件包和配置。

怎么运行:

./run.sh '{you sudo password}'

在安装 cask 的时候,有些软件需要 sudo 的密码。

暂时安装了:

cask:

  • iterm2
  • lastpass
  • qqmusic
  • visual-studio-code
  • zoom
  • intellij-idea
  • sogouinput
  • postman
  • ticktick
  • wechat
  • wechatwork
  • ccleaner
  • slack
  • google-chrome
  • virtualbox
  • vagrant
  • raycast

cli package:

如果上述软件不能满足需要,并且还想用 homebrew 安装,可以在下列两个数组中继续添加:

  • cask: roles/homebrew/vars/main.yml > cask_list
  • cli: roles/homebrew/vars/main.yml > cli_list

git

配置 git alias.l = "log --graph --date=format:'%Y-%m-%d' --pretty=format:'%C(cyan)%h%Creset %Creset%C(auto)%d %s %C(black bold)(%ad) %C(bold blue)<%an>'"