{"id":16744070,"url":"https://github.com/ravisuhag/marvin","last_synced_at":"2025-03-17T01:32:17.880Z","repository":{"id":25092546,"uuid":"28513491","full_name":"ravisuhag/marvin","owner":"ravisuhag","description":"Mind blowing mac setup","archived":false,"fork":false,"pushed_at":"2019-11-07T22:44:38.000Z","size":265,"stargazers_count":120,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T01:42:22.656Z","etag":null,"topics":["development","laptop","macos"],"latest_commit_sha":null,"homepage":"http://ravisuhag.github.io/marvin","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ravisuhag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-26T15:01:15.000Z","updated_at":"2024-09-26T02:43:18.000Z","dependencies_parsed_at":"2022-08-06T03:01:21.000Z","dependency_job_id":null,"html_url":"https://github.com/ravisuhag/marvin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravisuhag%2Fmarvin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravisuhag%2Fmarvin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravisuhag%2Fmarvin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravisuhag%2Fmarvin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravisuhag","download_url":"https://codeload.github.com/ravisuhag/marvin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221670394,"owners_count":16861060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development","laptop","macos"],"created_at":"2024-10-13T01:42:22.327Z","updated_at":"2024-10-27T11:44:08.376Z","avatar_url":"https://github.com/ravisuhag.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marvin \n\n\u003cimg align=\"right\" width=\"300\" src=\"mascot.jpg\"\u003e\n\n\n\u003e Marvin is a shell script to set up an Mac OS laptop for development.\n\nIt 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.\n\nWe support:\n\n* macOS Mavericks (10.9)\n* macOS Yosemite (10.10)\n* macOS El Capitan (10.11)\n* macOS Sierra (10.12)\n\nOlder versions may work but aren't regularly tested. Bug reports for older\nversions are welcome.\n\n\n## Install\n\nIn your Terminal window, copy and paste the command below, then press return.\n```sh\ncurl --silent https://raw.githubusercontent.com/ravisuhag/marvin/master/mac | sh 2\u003e\u00261 | tee ~/marvin.log\n```\nThe script itself is available in this repo for you to review if you want to see what it does and how it works.\n\nOnce the script is done, quit and relaunch Terminal.\n\nIt is highly recommended to run the script regularly to keep your computer up to date. Once the script has been installed, you'll be able to run it at your convenience by typing laptop and pressing return in your Terminal.\n\nYour last marvin run will be saved to `~/marvin.log`.\nRead through it to see if you can debug the issue yourself.\nIf not, copy the lines where the script failed into a\n[new GitHub Issue](https://github.com/ravisuhag/marvin/issues/new) for us.\nOr, attach the whole log file as an attachment.\n\n## What it sets up\n\n#### Mac OS tools:\n\n* [Homebrew] for managing operating system libraries.\n\n[Homebrew]: http://brew.sh/\n\n#### Unix tools:\n\n* [Git] for version control\n* [OpenSSL] for Transport Layer Security (TLS)\n* [The Silver Searcher] for finding things in files\n* [Zsh] as your shell\n\n[Git]: https://git-scm.com/\n[OpenSSL]: https://www.openssl.org/\n[The Silver Searcher]: https://github.com/ggreer/the_silver_searcher\n[Zsh]: http://www.zsh.org/\n\n#### Programming languages:\n\n* [Node.js] for running apps and installing JavaScript packages\n* [Go] programming language by google\n* [Ruby] a dynamic programming language with a focus on simplicity and productivity\n* [Clojure] a dynamic, general-purpose programming language\n* [Java] java Runtime Environment\n\n[Node.js]: http://nodejs.org/\n[Go]: https://golang.org/\n[Ruby]: https://www.ruby-lang.org/en/\n[Clojure]: https://clojure.org/\n[Java]: https://www.java.com/en/\n\n#### Package Managers:\n\n* [Yarn] for managing JavaScript packages\n* [NPM] node package manager\n* [Rbenv] for managing versions of Ruby\n* [Ruby Build] for installing Rubies\n* [Bundler] for managing Ruby libraries\n* [Leiningen] for automating Clojure projects\n* [Glide] package Management for Go\n\n[Yarn]: https://yarnpkg.com/en/\n[NPM]: https://www.npmjs.org/\n[Rbenv]: https://github.com/sstephenson/rbenv\n[Ruby Build]: https://github.com/sstephenson/ruby-build\n[Bundler]: http://bundler.io/\n[Leiningen]: https://leiningen.org/\n[Glide]: https://glide.sh/\n\n\n#### Tools:\n\n* [Consul] service Discovery and Configuration Made Easy\n* [Zookeeper] develop and maintain an open-source servers\n* [Kafka] a distributed streaming platform\n* [GRPC] a high performance, open-source universal RPC framework\n* [Image Magick] to create, edit, compose, or convert bitmap images\n* [Heroku Toolbelt] for interacting with the Heroku API\n* [Vagrant] for development environments\n* [Chef] for automating your infrastructure\n\n[Consul]: https://www.consul.io/\n[Zookeeper]: https://zookeeper.apache.org/\n[Kafka]: https://kafka.apache.org/\n[GRPC]: http://www.grpc.io/\n[Image Magick]: http://www.imagemagick.org/\n[Heroku Toolbelt]: https://www.heroku.com/\n[Vagrant]: https://www.vagrantup.com/\n[Chef]: https://www.chef.io/chef/\n\n#### Databases:\n\n* [Postgres] for storing relational data\n* [Redis] for storing key-value data\n* [My Sql] for storing relational data\n* [Mongo DB] for storing non relational data\n\n[Postgres]: http://www.postgresql.org/\n[Redis]: http://redis.io/\n[My Sql]: https://www.mysql.com/\n[Mongo DB]: https://www.mongodb.com/\n\n#### Utilities\n* [youtube-dl] download videos from YouTube\n* [htop] interactive system-monitor\n* [tig] text-mode interface for git\n* [logstalgia] Website Access Log Visualization\n* [git-extras] repo summary, repl, changelog population, author commit percentages\n* [fasd] command-line productivity booster\n\n[youtube-dl]: https://rg3.github.io/youtube-dl/\n[htop]: http://hisham.hm/htop/\n[Tig]: https://github.com/jonas/tig\n[logstalgia]: http://logstalgia.io/\n[git-extras]: https://github.com/tj/git-extras\n[fasd]: https://github.com/clvv/fasd\n\n### Apps\n\n* [VLC] media player\n* [Transmission] bit torrent client\n* [Atom] a hackable text editor\n* [Sublime Text] sophisticated text editor for code\n* [Android Studio] official IDE for Android\n* [Iterm] mac terminal replacement\n* [Chrome] fast, free web browser\n* [Blisk] a browser for web developers\n* [Firefox] a web browser by mozilla\n* [Sip] collect, organize \u0026 share your colors\n* [Resolutionator] embiggen your display\n* [Flux] software to make your life better\n* [1Password] password manager\n* [Dropbox] cloud file storage\n* [Google Drive] safe place for your files\n* [Github Desktop] collaboration from your desktop\n* [Virtual Box] powerful virtualization tool\n* [Slack] where work happens\n* [Rescuetime] track app usages\n* [Tunnelblick] free software for OpenVPN\n* [Spotify] listen to your fav music\n* [Skype] free calls to friends and family\n* [Postico] a modern postgres client\n* [Mysql Workbench]  mysql client\n* [Dash]  offline access to API documentation sets.\n* [Tunnelbear] Secure VPN service\n\n[VLC]: http://www.videolan.org/\n[Transmission]: https://transmissionbt.com/download/\n[Atom]: https://atom.io/\n[Sublime Text]: https://www.sublimetext.com/\n[Android Studio]: https://developer.android.com/studio\n[Iterm]: https://www.iterm2.com/\n[Chrome]: https://www.google.com/chrome/browser/desktop/\n[Blisk]: https://blisk.io/\n[Firefox]: https://www.mozilla.org/en-US/firefox/new/\n[Sip]: http://sipapp.io/\n[Resolutionator]: https://manytricks.com/resolutionator/\n[Flux]: https://justgetflux.com/\n[1Password]: https://1password.com/\n[Dropbox]: https://www.dropbox.com\n[Google Drive]: https://www.google.com/drive/\n[Github Desktop]: https://desktop.github.com/\n[Virtual Box]: https://www.virtualbox.org/\n[Slack]: https://slack.com/\n[Rescuetime]: https://www.rescuetime.com/\n[Tunnelblick]: https://tunnelblick.net/\n[Spotify]: https://www.spotify.com/\n[Skype]: https://www.skype.com/en/\n[Postico]: https://eggerapps.at/postico/\n[Mysql Workbench]: https://www.mysql.com/products/workbench/\n[Dash]: https://kapeli.com/dash\n[Tunnelbear]: https://www.tunnelbear.com/\n\nIt should take less than 20 minutes to install (depends on your machine).\n\n## Contributing\n\n\nEdit the `mac` file.\nDocument in the `README.md` file.\nFollow shell style guidelines by using [ShellCheck] and [Syntastic].\n\n```sh\nbrew install shellcheck\n```\n\n[ShellCheck]: http://www.shellcheck.net/about.html\n[Syntastic]: https://github.com/scrooloose/syntastic\n\nThank you, [contributors]!\n\n[contributors]: https://github.com/ravisuhag/marvin/graphs/contributors\n\n## License\n\nmarvin is inspired by laptop script, customized for my own needs. It is free software, and may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravisuhag%2Fmarvin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravisuhag%2Fmarvin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravisuhag%2Fmarvin/lists"}