Skip to content

spjpgrd/NewComputerWhoDis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NewComputerWhoDis

NewComputerWhoDis is a shell script that gets your machine ready for design and development.

This script can be ran once or as many times as you'd like. It installs everything that macOS needs to get to work. It sometimes errors out, so re-running it a couple of times is expected. Don't worry, it won't try to install anything twice.

Requirements

  • macOS (>10)

Install

Step One: Download the script

curl --remote-name https://raw.githubusercontent.com/spjpgrd/NewComputerWhoDis/master/macos

Step Two: Run it

sh macos 2>&1 | tee ~/mr_robot.log

Debugging

The log of your script, successful or not, will be saved to ~/mr_robot.log.

Read through it to see if you can debug the issue yourself. If not, report where the script failed into a new GitHub Issue.

What You Get

macOS tools:

  • XCode Command Line Tools for developer essentials
  • Homebrew for managing operating system libraries
  • mas for downloading apps from the Mac App store through a command-line tool

Unix tools:

  • git for version control
  • zsh as your shell
  • Oh-my-zsh for some shell customization

Programming languages and configuration:

  • Node.js and npm for running applications and installing JavaScript packages
  • Rbenv for managing versions of Ruby
  • Pyenv for managing version of Python

Applications installed via Hombrew cask

  1. anki
  2. audio-hijack
  3. backblaze
  4. bartender
  5. bettertouchtool
  6. brave
  7. chrome-devtools
  8. discord
  9. dropbox
  10. figma
  11. figmadaemon
  12. firefox
  13. fluor
  14. google-chrome
  15. handbrake
  16. Image2Icon
  17. ImageAlpha
  18. imagemagick
  19. ImageOptim
  20. iTerm2
  21. karabiner-elements
  22. keyboard-cleaner
  23. lastfm
  24. league-of-legends
  25. ngrok
  26. opera-gx
  27. postico
  28. postman
  29. radio-silence
  30. retrobatch
  31. rob-3t
  32. rocket
  33. sequel-pro
  34. slack
  35. soundflowerbed
  36. sublime-text
  37. textexpander
  38. tomighty
  39. visual-studio-code
  40. vlc
  41. zoom

Applications installed via mas (a Mac App Store command-line tool)

  1. StopTheMadness
  2. Keynote
  3. iA Writer
  4. Tot
  5. Magnet
  6. Affinity Publisher
  7. Agenda
  8. GarageBand
  9. Amphetamine
  10. 1Password 7
  11. 1Password for Safari
  12. Shush
  13. Dynamo
  14. Reeder
  15. Codye
  16. Xcode
  17. Affinity Photo
  18. Pages
  19. OmniFocus
  20. iMovie
  21. Numbers
  22. Fantastical
  23. MainStage
  24. Logic Pro
  25. Affinity Designer
  26. GIF Brewery 3
  27. Deliveries

License

NewComputerWhoDis is © 2021 by Sean Doran and is protected under the MIT License.

Credits and inspiration

Forked from Lauren Dorman's komputer-maschine which was inspired by thoughtbot's laptop and Andrew Taylor's article on Pantheon.

About

A script that gets your machine ready for design and development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%