Last active
August 18, 2025 17:00
-
-
Save Talor-A/54957b9f7bc030bd74d74ec076ce5a18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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