Skip to content

Initial setup routine for frontend developer macs @zeit.de

Notifications You must be signed in to change notification settings

ZeitOnline/frontend-mac-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Automatic installation of apps, tools and libraries for frontend devs

Usage

  1. Edit the Brewfile.example and edit, add or remove casks as you like.
  2. If you want to put your apps anywhere else than ~/Applications, edit the cask_args appdir line accordingly.
  3. Rename Brewfile.example to Brewfile and move it to your home directory along with install_packages.sh.
  4. Ensure that you have admin privileges then run chmod +x install_packages.sh && ./install_packages.sh.
  5. Make sure that the installed Python version is available in your path as python and pip is available as pip. It is probably necessary to add an alias like alias python=python3.10 and alias pip=pip3.10.

What the script does

  1. Install xcode utilities
  2. Install homebrew
  3. Add homebrew/bundle tap
  4. Install all software listed in the local Brewfile

Further reading

About

Initial setup routine for frontend developer macs @zeit.de

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages