Skip to content

Latest commit

 

History

History
107 lines (72 loc) · 2.52 KB

setup.md

File metadata and controls

107 lines (72 loc) · 2.52 KB

MacOS setup instructions

Install Homebrew:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-brew.sh | bash

Clone dotfiles repos:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/clone-dotfiles.sh | bash

Configure MacOS system settings:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/configure-system-settings.sh | bash

Restore app settings:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/restore-app-settings.sh | bash

Install fonts:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-fonts.sh | bash

Install and configure Git:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-git.sh | bash
curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/configure-git.sh | bash

Install and configure Zsh shell:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-shell.sh | bash

Install and configure terminal:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-terminal.sh | bash

Install NodeJS:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-node-nvm.sh | bash
curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-node-nodejs.sh | bash
curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-node-yarn.sh | bash

Install main apps:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-main-apps.sh | bash

Install main dev tools:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-main-devtools.sh | bash

Install misc apps:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-misc-apps.sh | bash

Install misc dev tools:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/install-misc-devtools.sh | bash

Configure GitHub CLI:

curl -o- https://raw.githubusercontent.com/banderror/dotfiles/master/osx/scripts/configure-github-cli.sh | bash

Cleanup Homebrew:

brew cleanup

Install manually: