7.0k sao GitHub và vẫn tăng — geerlingguy/mac-dev-playbook là dự án Shell mà TopGit đang theo dõi trên nền tảng. Mac setup and configuration via Ansible.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
This playbook installs and configures most of the software I use on my Mac for web and software development. Some things in macOS are slightly difficult to automate, so I still have a few manual installation steps, but at least it's all documented here.
Installation
Ensure Apple's command line tools are installed (xcode-select --install to launch the installer).
Install Ansible:
Run the following command to add Python 3 to your $PATH: export PATH="$HOME/Library/Python/3.9/bin:/opt/homebrew/bin:$PATH"
Upgrade Pip: sudo pip3 install --upgrade pip
Install Ansible: pip3 install ansible
Clone or download this repository to your local drive.
Run ansible-galaxy install -r requirements.yml inside this directory to install required Ansible roles.
Run ansible-playbook main.yml --ask-become-pass inside this directory. Enter your macOS account password when prompted for the 'BECOME' password.
Note: If some Homebrew commands fail, you might need to agree to Xcode's license or fix some other Brew issue. Run brew doctor to see if this is the case.
Use with a remote Mac
You can use this playbook to manage other Macs as well; the playbook doesn't even need to be run from a Mac at all! If you want to manage a remote Mac, either another Mac on your network, or a hosted Mac like the ones from MacStadium, you just need to make sure you can connect to it with SSH:
(On the Mac you want to connect to:) Go to System Settings > Sharing.
Enable 'Remote Login'.
You can also enable remote login on the command line:
sudo systemsetup -setremotelogin on
Then edit the inventory file in this repository and change the line that starts with 127.0.0.1 to:
[ip address or hostname of mac] ansible_user=[mac ssh username]
If you need to supply an SSH password (if you don't use SSH keys), make sure to pass the --ask-pass parameter to the ansible-playbook command.
Running a specific set of tagged tasks
You can filter which part of the provisioning process to run by specifying a set of tags using ansible-playbook's --tags flag. The tags available are dotfiles, homebrew, mas, extra-packages and osx.
Not everyone's development environment and preferred software configuration is the same.
You can override any of the defaults configured in default.config.yml by creating a config.yml file and setting the overrides in that file. For example, you can customize the installed packages and apps with something like:
Any variable can be overridden in config.yml; see the supporting roles' documentation for a complete list of available variables.
Included Applications / Configuration (Default)
Applications (installed with Homebrew Cask):
ChromeDriver
Docker
Dropbox
Firefox
Google Chrome
Handbrake
Homebrew
LICEcap
nvALT
Sequel Ace (MySQL client)
Slack
Sublime Text
Transmit (S/FTP client)
Packages (installed with Homebrew):
autoconf
bash-completion
doxygen
gettext
gifsicle
git
gh
go
gpg
httpie
iperf
libevent
sqlite
nmap
node
nvm
php
ssh-copy-id
readline
openssl
pv
wget
wrk
zsh-history-substring-search
My dotfiles are also installed into the current user's home directory, including the .osx dotfile for configuring many aspects of macOS for better performance and ease of use. You can disable dotfiles management by setting configure_dotfiles: no in your configuration.
Finally, there are a few other preferences and settings added on for various apps and services.
Full / From-scratch setup guide
Since I've used this playbook to set up something like 20 different Macs, I decided to write up a full 100% from-scratch install for my own reference (everyone's particular install will be slightly different).
You can see my full from-scratch setup document here: full-mac-setup.md.
Testing the Playbook
Many people have asked me if I often wipe my entire workstation and start from scratch just to test changes to the playbook. Nope! This project is continuously tested on GitHub Actions' macOS infrastructure.
You can also run macOS itself inside a VM, for at least some of the required testing (App Store apps and some proprietary software might not install properly). I currently recommend:
UTM
Tart
Ansible for DevOps
Check out Ansible for DevOps, which teaches you how to automate almost anything with Ansible.
Author
This project was created by Jeff Geerling (originally inspired by MWGriffin/ansible-playbooks).
geerlingguy/mac-dev-playbook thuộc nhóm Developer Tools trên TopGit, cùng 8 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về geerlingguy/mac-dev-playbook ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/geerlingguy/mac-dev-playbook là nguồn chính thức.
geerlingguy/mac-dev-playbook có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho geerlingguy/mac-dev-playbook. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
geerlingguy/mac-dev-playbook có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho geerlingguy/mac-dev-playbook. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
geerlingguy/mac-dev-playbook là gì?
geerlingguy/mac-dev-playbook (geerlingguy/mac-dev-playbook) là dự án Shell trên GitHub. Theo mô tả gốc: Mac setup and configuration via Ansible.
Vì sao geerlingguy/mac-dev-playbook được xếp vào nhóm Developer Tools?
TopGit xếp geerlingguy/mac-dev-playbook vào nhóm Developer Tools dựa trên GitHub topics và mô tả của repo (gắn thẻ: "ansible", "automation", "developer"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về mac-dev-playbook?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về mac-dev-playbook.