All Projects → flexbox → setup

flexbox / setup

Licence: MIT license
Automate the macOS setup for productive React Developer

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to setup

dotfiles
Dotfiles for developers (with CI testing)
Stars: ✭ 72 (+453.85%)
Mutual labels:  setup-osx, setup-script
Dev-Setup
Automation scripts for setting up a basic development environment.
Stars: ✭ 19 (+46.15%)
Mutual labels:  setup-script, setup-development-environment
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+1292.31%)
Mutual labels:  oh-my-zsh
dotfiles
alias, bash, brewfile, duti, function, i3, irssi, iterm2, jailbreak, macos, prompt, refind, searchengines, sessionbuddy, vscode, zsh
Stars: ✭ 18 (+38.46%)
Mutual labels:  setup-development-environment
zsh-command-time
Show execution time for long commands in zsh
Stars: ✭ 173 (+1230.77%)
Mutual labels:  oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+121038.46%)
Mutual labels:  oh-my-zsh
mac
MaxItUp is a Mac setup tool to create a setup script for newly formatted Mac devices.
Stars: ✭ 37 (+184.62%)
Mutual labels:  setup-script
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+1200%)
Mutual labels:  oh-my-zsh
machine-setup
Powershell script which simplifies PC installation which primarily target devs but everyone can use it. Installs apps via chocolatey, nodejs and executes other specific commands.
Stars: ✭ 20 (+53.85%)
Mutual labels:  setup-script
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+92.31%)
Mutual labels:  oh-my-zsh
dotfiles
Terminal config managed via GNU Stow and symlinks
Stars: ✭ 14 (+7.69%)
Mutual labels:  brewfile
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+157623.08%)
Mutual labels:  oh-my-zsh
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (+69.23%)
Mutual labels:  oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+1515.38%)
Mutual labels:  oh-my-zsh
dotfiles
josh-'s all important dotfiles.
Stars: ✭ 20 (+53.85%)
Mutual labels:  oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+1315.38%)
Mutual labels:  oh-my-zsh
bliss-zsh
A delicate Zsh theme that injects color without overwhelming your workspace
Stars: ✭ 20 (+53.85%)
Mutual labels:  oh-my-zsh
development-environment
A development environment for Java, Python, Node.js and Go built using Vagrant
Stars: ✭ 50 (+284.62%)
Mutual labels:  oh-my-zsh
KayidmacOS
dotfiels & macOS setup 👨🏻‍💻
Stars: ✭ 18 (+38.46%)
Mutual labels:  oh-my-zsh
guri
A simple and fast Oh-My-Zsh theme
Stars: ✭ 19 (+46.15%)
Mutual labels:  oh-my-zsh

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

Install applications from the internet

Automatically install applications from Brewfile

brew bundle

Check the result with echo $ANDROID_HOME

macOS defaults for hackers

Update .zshrc

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`
# ~/.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)
bash ./.macos

Migrate divyy

cp ./divvy/com.mizage.Divvy.plist ~/Library/Preferences/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].