All Projects → IcaliaLabs → Kaishi

IcaliaLabs / Kaishi

A shell script to convert any Mac OS X or Linux computer into a real development machine

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kaishi

Appicon
AppIcon generates *.appiconset contains each resolution image for iOS
Stars: ✭ 1,454 (+1153.45%)
Mutual labels:  automation, homebrew
Mac Dev Playbook
Mac setup and configuration via Ansible.
Stars: ✭ 4,202 (+3522.41%)
Mutual labels:  automation, homebrew
Netset
Operational Security utility and automator.
Stars: ✭ 110 (-5.17%)
Mutual labels:  automation
Shoes4
Shoes 4 : the next version of Shoes
Stars: ✭ 1,509 (+1200.86%)
Mutual labels:  mac-osx
Chrome Devtools Protocol
Chrome Devtools Protocol client for PHP
Stars: ✭ 112 (-3.45%)
Mutual labels:  automation
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-5.17%)
Mutual labels:  automation
Hashi Up
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
Stars: ✭ 113 (-2.59%)
Mutual labels:  automation
Deksterecon
Web Application recon automation
Stars: ✭ 109 (-6.03%)
Mutual labels:  automation
Autobahn
CLI tool written in Swift heavily inspired by https://github.com/fastlane/fastlane
Stars: ✭ 116 (+0%)
Mutual labels:  automation
Weblogic Deploy Tooling
Oracle WebLogic Server Deploy Tooling
Stars: ✭ 112 (-3.45%)
Mutual labels:  automation
Explo
Human and machine readable web vulnerability testing format
Stars: ✭ 114 (-1.72%)
Mutual labels:  automation
Quarantyne
Modern Web Firewall: stop account takeovers, weak passwords, cloud IPs, DoS attacks, disposable emails
Stars: ✭ 113 (-2.59%)
Mutual labels:  automation
Armenian Phonetic
Armenian phonetic keyboard layout for Mac OSX. Հայերեն ֆոնետիկ ստեղնաշար Mac OSX-ի համար։
Stars: ✭ 110 (-5.17%)
Mutual labels:  mac-osx
Graphql Codegen Hasura
code-generator plugins for hasura/apollo-gql/typescript development
Stars: ✭ 113 (-2.59%)
Mutual labels:  automation
Vba Next Switch
Libretro VBA-Next port for Switch. **Don't use this, see readme!**
Stars: ✭ 110 (-5.17%)
Mutual labels:  homebrew
Securityrat
OWASP SecurityRAT (version 1.x) - Tool for handling security requirements in development
Stars: ✭ 115 (-0.86%)
Mutual labels:  automation
Automatego
Implementation on Go projects book "Automate the Boring Stuff with Python: Practical Programming for Total Beginners"
Stars: ✭ 109 (-6.03%)
Mutual labels:  automation
Simp Core
The base SIMP build repository
Stars: ✭ 111 (-4.31%)
Mutual labels:  automation
Cloudflare Ddns
Script for dynamically updating a CloudFlare DNS record. (Deprecated)
Stars: ✭ 112 (-3.45%)
Mutual labels:  automation
Napalm Salt
Modules for event-driven network automation and orchestration using Salt
Stars: ✭ 116 (+0%)
Mutual labels:  automation

Kaishi

Kaishi is a bash script to set up your Mac OSX for full web stack Rails development.

Requirements

Install the C compiler:

For Lion (10.7) or Mountain Lion (10.8) use Command Line Tools for Xcode

For Mavericks (10.9) or Yosemite (10.10), execute sudo xcodebuild -license and follow the instructions to accept the XCode agreement. After that you just run xcode-select --install and proceed with the installation.

Installation

Remember, with great power comes great responsibility!

Mac OSX

bash <(curl -s https://raw.githubusercontent.com/IcaliaLabs/kaishi/master/kaishi-mac)

Linux

wget https://raw.githubusercontent.com/IcaliaLabs/kaishi/master/kaishi-linux -v -O kaishi.sh && bash kaishi.sh; rm -f kaishi.sh

And that is it!

So what it's in the box

Mac OSX

  • oh-my-zsh as your default shell
  • Homebrew for managing packages
  • Git for version controlling
  • Postgresql as the database manager
  • Vim for text editing
  • ImageMagick for images processing
  • Rbenv for managing the ruby environment
  • Bundler gem
  • Foreman for running apps
  • Rails gem for creating any rails app
  • Heroku toolbelt to interact with the Heroku API
  • Platter for initializing any Rails app with Icalia's flavor
  • Pow to run local apps locally like a superhero
  • NodeJS a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
  • Grunt the JavaScript Task Runner
  • Homebrew cask A CLI workflow for the administration of Mac applications distributed as binaries
  • Launchrocket A Mac PrefPane to manage all your Homebrew-installed services

Optional Cask installation

  • Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go.
  • Spotify Listen to the right music, wherever you are.
  • Dropbox Your stuff, anywhere
  • AppCleaner is a small application which allows you to thoroughly uninstall unwanted apps.
  • Firefox Committed to you, your privacy and an open Web
  • Mou Markdown editor for developers.
  • iTerm2 is a replacement for Terminal and the successor to iTerm
  • MacVim MacVim is the text editor Vim for Mac OS X.
  • Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
  • Gitx is a git GUI made for Mac OS X
  • TestFlight A free mobile platform for developers, managers and testers.
  • VLC VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
  • Google Drive All your files, ready where you are
  • Tomighty A free desktop timer for the Pomodoro Technique
  • RescueTime helps you understand your daily habits so you can focus and be more productive.

Fonts

  • M Plus
  • Clear Sans
  • Roboto
  • Open Sans
  • Source Sans Pro
  • Lato
  • Alegreya
  • Montserrat
  • Inconsolata
  • PT Sans
  • Quattrocento Sans
  • Quicksand
  • Raleway
  • Sorts Mill Goudy
  • Ubuntu

Linux

Installation time ~25min.

  • oh-my-zsh as your default shell
  • Git for version controlling
  • Postgresql as the database manager
  • Vim for text editing
  • spf13-Vim for a cool vim configuration
  • ImageMagick for images processing
  • Rbenv for managing the ruby environment
  • Bundler gem
  • Foreman for running apps
  • Rails gem for creating any rails app
  • Heroku toolbelt to interact with the Heroku API
  • Platter for initializing any Rails app with Icalia's flavor
  • Prax to be an alternative to Pow
  • NodeJS a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
  • Grunt the JavaScript Task Runner
  • Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go.
  • Spotify Listen to the right music, wherever you are.
  • Dropbox Your stuff, anywhere.
  • Remarkable A free fully featured markdown editor
  • Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
  • VLC VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
  • RescueTime helps you understand your daily habits so you can focus and be more productive.
  • PathPicker Select files from terminal with a nice UI.

Credits

icalialabs

Kaishi is maintained and funded by icalia labs.

It is inspired on the Laptop project from thoughtbot.

License

The MIT License (MIT)

Copyright (c) 2014, Icalia Labs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].