Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molawson/laptop-apps
Laptop Apps is a shell script that downloads a number of development-focused applications to your Mac OS X machine.
https://github.com/molawson/laptop-apps
Last synced: 4 months ago
JSON representation
Laptop Apps is a shell script that downloads a number of development-focused applications to your Mac OS X machine.
- Host: GitHub
- URL: https://github.com/molawson/laptop-apps
- Owner: molawson
- Created: 2012-04-16T19:34:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-07T15:24:58.000Z (over 12 years ago)
- Last Synced: 2023-03-15T11:35:22.793Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apps
====Laptop Appps is a script to help with the setup of a new Mac OSX Laptop by downloading a number of common, development-focused applications.
Dependencies
-----------This script is meant to be run after [Laptop](https://github.com/molawson/laptop), which will satisfy all dependencies.
It should be able to run in a number of other environments, but it hasn't been tested without the Laptop script. The following dependencies are necessary and should come installed (in some version) on any new Mac:
* Bash
* Curl
* Ruby
* RubyGemsDownload
--------Run the script:
curl -Os https://raw.github.com/molawson/laptop-apps/master/apps ; bash apps
What it downloads
-----------------* Mechanize gem (for scraping app sites for the latest release)
* 1Password (for storing passwords, software keys, and other sensitive information)
* Alfred (for launching apps, searching the web, controlling iTunes, etc.)
* AppCleaner (for thoroughly uninstalling apps)
* Carbon Copy Cloner (for making bootable backups)
* Dropbox (for syncing files between devices)
* Firefox (for browsing the web and testing development projects)
* GitX (for viewing and commiting to Git repositories)
* Google Chrome (for browsing the web and testing development projects)
* MockSMTP (for testing email delivery in development)
* Skype (for global text, voice, and video chat)
* Spotify (for listening to music)
* Transmit (for using FTP/SFTP to transfer files)
* Tweetbot (for Twitter)