All Projects → vtex → dotfiles

vtex / dotfiles

Licence: other
Mac OSX Developer Setup

Programming Languages

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

Projects that are alternatives of or similar to dotfiles

vtex-tachyons
Functional CSS for humans — customized by the VTEX team
Stars: ✭ 17 (-37.04%)
Mutual labels:  xp-developer
speedbag
The no-nonsense front end boilerplate
Stars: ✭ 14 (-48.15%)
Mutual labels:  xp-developer
front.portal-plugins
Portal front end plugins
Stars: ✭ 31 (+14.81%)
Mutual labels:  xp-developer
toolbelt
CLI for creating and managing VTEX apps
Stars: ✭ 42 (+55.56%)
Mutual labels:  xp-developer
tortin
Tortin is a responsive theme for GitHub Pages with color options
Stars: ✭ 16 (-40.74%)
Mutual labels:  xp-developer
react-app-template
Our guide repository structure for react apps, that should be used as a template.
Stars: ✭ 35 (+29.63%)
Mutual labels:  xp-developer
store
VTEX IO Store Framework
Stars: ✭ 50 (+85.19%)
Mutual labels:  xp-developer
admin-pages
The VTEX Pages CMS Admin
Stars: ✭ 12 (-55.56%)
Mutual labels:  xp-developer

Mac OSX Developer Setup

An opinionated setup for you Mac OSX.

Installs and configures:

  • Mac OSX defaults
  • Git aliases and configs
  • Fish shell with aliases and prompt
  • Visual Studio Code and extensions
  • Other useful desktop apps (Clipy, Spectacle, Chrome, Slack, etc.)

Each folder has a dedicated setup.sh.

The root bootstrap.sh runs everything.

That's it.

IMPORTANT: Don't forget to set up your details (steps 2 and 3)

Quick start

  1. Download or clone this repo into ~/dotfiles (e.g. run the following command)

curl -sSL https://github.com/vtex/dotfiles/archive/master.zip > dotfiles.zip && unzip dotfiles.zip && mv dotfiles-master dotfiles && rm dotfiles.zip

  1. Edit the file git/.gitconfig with your information (name and email)
  2. Edit the file macos/setup.sh with your desired COMPUTER_NAME
  3. Run ./bootstrap.sh and enter your password
  4. Install Xcode extensions as prompted
  5. Run ./bootstrap.sh and enter your password again
  6. Now, go grab a cup of coffee

After setup

  • Generate your ssh key (ssh-keygen)
  • Copy it to your GitHub profile (pubkey function copies it to your clipboard)

Contributing to this dotfiles

PR's are welcome, but focus on keeping this simple, please.

Thanks

This was based on https://github.com/rkalis/dotfiles

Thanks for the smart bootstrap!

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].