Skip to content

Instantly share code, notes, and snippets.

@Talor-A
Last active August 18, 2025 17:00
Show Gist options
  • Select an option

  • Save Talor-A/54957b9f7bc030bd74d74ec076ce5a18 to your computer and use it in GitHub Desktop.

Select an option

Save Talor-A/54957b9f7bc030bd74d74ec076ce5a18 to your computer and use it in GitHub Desktop.
git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> /Users/ta/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/ta/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install git-credential-manager
git clone https://github.com/Talor-A/dotfiles
mv dotfiles ~/.dotfiles
mv .zprofile .zprofile.bak
mv .gitconfig .gitconfig.bak
cd .dotfiles
./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment