mac ansible:在Mac上使用ansible进行开发人员设置 源码
打开终端并安装brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装ansible brew install ansible 安装剧本 cd && git clone git@github.com:giushansen/mac-ansible.git .mac-ansible && cd .mac-ansible 运行剧本 ansible-playbook playbook.yml -i inventory 使用本手册,您应该能够安装重要的库(ruby,节点,coreutils,bash等...),应用程序(Atom IDE,Postgres,Slack,LibreOffice,Zoom等),并且还可以设置点文件(bash
用户评论