Skip to content

๐Ÿ’ป macOS setup script for front-end development

License

Notifications You must be signed in to change notification settings

eduardoboucas/formation

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

32 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Please note that this specific repo is a customised version of the original project by @minamarkham. All props go to her! ๐Ÿ‘๐Ÿป

๐Ÿ Formation

Let's get in formation

Formation is a shell script to set up a macOS laptop for design and development.

It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.

Install

Download the script and review it (please don't run scripts you don't understand):

git clone git@github.com/eduardoboucas/formation.git && cd formation && less slay

Slay:

git clone git@github.com/eduardoboucas/formation.git && cd formation && ./slay 2>&1 | tee ~/slay.log

Just follow the prompts and youโ€™ll be fine. ๐Ÿ‘Œ

โš ๏ธ Warning: I advise against running this script unless you understand what itโ€™s doing to your computer.

I created this based on my own preferences; your mileage may vary.

Once the script is done, quit and relaunch Terminal.

It is highly recommended to run the script regularly to keep your computer up to date.

Your last Formation run will be saved to ~/slay.log. To review it, run less ~/slay.log.

That's it! โœจ

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.

Acknowledgements

Inspiration and code was taken from many sources, including:

๐Ÿ“œ License

Formation is customized for my own needs. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

๐Ÿ’ป macOS setup script for front-end development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%