Community Tutorials macOS كيفية إعداد Homebrew على macOS
كيفية إعداد Homebrew على macOS
MACOS

كيفية إعداد Homebrew على macOS

SKYLINE Knowledge Base
Photo by Carl Heyerdahl on Unsplash

دليل عملي خطوة بخطوة لـ كيفية إعداد Homebrew على macOS. أوامر مختبرة في الإنتاج، متطلبات مسبقة، تحقق نهائي وروابط لمواضيع ذات صلة.

Homebrew هو مدير الحزم الفعلي على macOS — Apple لا توفر بديلًا. هذا الدليل يثبت Homebrew ويوضح الفرق بين Apple Silicon و Intel.

المتطلبات المسبقة

  • macOS 12 Monterey أو أحدث.
  • حساب admin.

الخطوة 1: تثبيت Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

لـ Apple Silicon:

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

لـ Intel:

echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/usr/local/bin/brew shellenv)"

الخطوة 2: التحقق

brew --version
brew doctor

الخطوة 3: الأوامر اليومية

brew update
brew upgrade
brew install ripgrep fd jq fzf
brew search redis
brew info redis
brew uninstall package-name
brew list
brew leaves
brew cleanup

الخطوة 4: Casks لتطبيقات GUI

brew install --cask iterm2 visual-studio-code rectangle docker
brew list --cask
brew upgrade --cask

الخطوة 5: الخدمات

brew install postgresql@16
brew services start postgresql@16
brew services list
brew services stop postgresql@16

الخطوة 6: Brewfile للإعدادات القابلة للإعادة

brew bundle dump --file=~/Brewfile
brew bundle install --file=~/Brewfile

التحقق

brew config
brew analytics off
brew doctor

الخاتمة

Homebrew + Brewfile هو أقرب ما لدى macOS لـ apt/dnf. شغّل brew update && brew upgrade أسبوعيًا.

الخطوات التالية

SKYLINE Engineering

@skyline

The engineering team at SKYLINE Industrial Solutions. We publish field-tested guides drawn from real KSA and GCC deployments.

See author profile
SKYLINE engineering services

Need this implemented for you?

Reading is free — building it right takes a team. SKYLINE engineers ship macOS for Aramco vendors, banks, hospitals and government agencies across Saudi Arabia. Talk to us before you start.

Aramco Approved Contractor ISO 9001 · ISO 27001 SAMA CSF aligned NCA ECC ready 247+ KSA clients

Comments

0 total · 0 threads
Be the first to leave a comment.