Skip to content

IcaliaLabs/kaishi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages