neetlab / archive-dotfiles-homebrew

dot dot dot…
GNU Affero General Public License v3.0
2 stars 0 forks source link

Outdated scripts #8

Open neet opened 1 year ago

neet commented 1 year ago
i needed to install homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

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

and rcm
    brew install rcm

add x
    chmod +x ./hooks/post-up/*

Install oh my zsh
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
neet commented 1 year ago

brew unlink nodeしないとだめだったときがあった