formation
formation copied to clipboard
💻 macOS setup script for front-end development
Resolves https://github.com/minamarkham/formation/issues/24
Fix 'unknown command' error due to cask not being a brew command anymore.
Need to update ```brew cask install``` to``` brew install --cask``` https://github.com/Homebrew/discussions/discussions/902
Example: if looking for “git” and there is “git” and “gitish” on the results list, this command will complain because `grep` encounters more than one match. This fix makes sure...
* Add taps to slay * Create taps
Trying this out and everything was going well until it got to Dropbox. As I already have that installed I expected it to skip, but it failed at that point...
While install on a fresh Mojave installation I ran into two issues: 1) NVM was getting skipped and 2) installation did work because `~/.bash_profile` did not exist. This fix resolves...
### What's Changed Enables adding more repositories to the list of homebrew formulae via `taps` using `swag/taps`. > [`brew tap`](https://docs.brew.sh/Taps) adds more repositories to the list of formulae that brew...
Thank you so much for putting this together! I was wondering if this is safe for running on a fresh machine. First, always skips the NVM install, thinking it's already...
This looks like a great tool for setting up new developer machines, and I really want to start using it myself. How would you recommend I use formation within a...