Skip to content

Instantly share code, notes, and snippets.

View Mansfera's full-sized avatar
🏔️

Ihor Kharkholyuk Mansfera

🏔️
  • Bridge Messenger
  • Ukraine
  • 21:58 (UTC +01:00)
  • X @mansfera
View GitHub Profile
#!/bin/bash
# Replace your username for DOTFILES_REPO
DOTFILES_REPO="Mansfera/dotfiles"
DOTFILES_PATH="$HOME/dotfiles"
echo "✅ Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH="/opt/homebrew/bin:$PATH"
echo "✅ Homebrew added to PATH for this session."