Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexbox/setup
Automate the macOS setup for productive React Developer
https://github.com/flexbox/setup
brewfile macos oh-my-zsh setup-development-environment setup-osx setup-script zsh
Last synced: 3 months ago
JSON representation
Automate the macOS setup for productive React Developer
- Host: GitHub
- URL: https://github.com/flexbox/setup
- Owner: flexbox
- License: mit
- Created: 2019-01-26T14:28:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T13:04:23.000Z (5 months ago)
- Last Synced: 2024-09-17T16:18:15.058Z (5 months ago)
- Topics: brewfile, macos, oh-my-zsh, setup-development-environment, setup-osx, setup-script, zsh
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flexbox setup
> An automated install for new macs
## Install Xcode
- [ ] Open App Store and Download Xcode
- [ ] `xcode-select --install`
- [ ] `sudo xcodebuild -license`## Ruby and GitHub setup
Follow the **[macOS setup guide from lewagon](https://github.com/lewagon/setup/blob/master/macos.md)**
## Install applications from the internet
Clone the repo on your machine
```
gh repo clone flexbox/setup
```Automatically install applications from `Brewfile`
```console
brew bundle
```## macOS defaults for hackers
Update `.zshrc`
```console
# ~/.zshrc# You can change the theme with another one:
# https://github.com/robbyrussell/oh-my-zsh/wiki/themes
ZSH_THEME="refined"# Useful plugins for Rails development with Sublime Text
plugins=(git gitfast common-aliases sublime zsh-syntax-highlighting history-substring-search zsh-autosuggestions)
``````console
bash ./.macos
```