xcode-select --install
sudo sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm rm -rf ~/.zshrc
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
git clone --recurse-submodules https://github.com/marcelofelipes/dotfiles.git ~/.dotfiles cd ~/.dotfiles ln -s ~/.dotfiles/.zshrc ~/.zshrc ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/Marcelo/.profile && eval "$(/opt/homebrew/bin/brew shellenv)" brew bundle --file ~/.dotfiles/Brewfile
sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
cd ~ && mkdir ./dev
flutter doctor --android-licenses
cd ~/.dotfiles && brew bundle dump --force && git add . && git commit -m "update" && git push
Agradecemos às seguintes pessoas que contribuíram para este projeto:
|
Marcelo |