Skip to content

A script that gets your machine ready for development.

License

Notifications You must be signed in to change notification settings

heldinz/komputer-maschine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

komputer maschine

komputer maschine is a shell script that gets your machine ready for development.

This script can be run once or as many times as you'd like. It installs everything that macOS needs to get to work.

Requirements

  • A komputer maschine
  • macOS (>10.14)

Install

curl --remote-name https://raw.githubusercontent.com/heldinz/komputer-maschine/main/macos
sh macos 2>&1 | tee ~/komputer-maschine.log

What You Get

macOS tools:

Tools:

  • git for version control.
  • Vim for a text editor in your console.
  • Heroku CLI to manage Heroku apps from the terminal.

Programming languages and configuration:

  • Python 3 for an up-to-date Python install.

Applications:

Debugging

The log of your script, successful or not, will be saved to ~/komputer-maschine.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.

Known Issues

Cask does not recognize applications installed outside of Homebrew Cask – in the case that the script fails, you can either remove the application from the install list or uninstall the application causing the failure and try again.

License

© 2020 Alice Rose and licensed under the MIT License.

Credits and inspiration

Forked from Lauren Dorman's komputer maschine.

About

A script that gets your machine ready for development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%