• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    Shell
  • Created over 10 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

More Repositories

1

Presentr

Swift wrapper for custom ViewController presentations on iOS
Swift
3,072
star
2

furatto

It's a flat, fast and powerful front-end framework for rapid web development.
CSS
837
star
3

LoginKit

LoginKit is a quick and easy way to add a Login/Signup UX to your iOS app.
Swift
663
star
4

guides

A set of rules we use at @icalialabs to build better software
Ruby
295
star
5

UIImage-ImageCompress

An iOS library to compress images and optimize uploads
Objective-C
168
star
6

alpha

Craft your own web-based chatbot
JavaScript
138
star
7

pager-api

Easy API pagination for Rails
Ruby
96
star
8

tailwindcss-rails

A gem to install Tailwind CSS - https://tailwindcss.com/
Ruby
90
star
9

sepomex

A REST API for the SEPOMEX database
Ruby
72
star
10

plis

Automated development tasks asked nicely
Go
40
star
11

furatto-rails

Furatto CSS Framework for Rails Asset Pipeline
Ruby
36
star
12

alom

Alom is the lighest, simplest framework ever
CSS
33
star
13

acts_as_user

A gem which handles multiple types of users on a rails app
Ruby
24
star
14

docker-watchman

Pre-built facebook/watchman for use in Alpine & Debian based Docker images
Dockerfile
18
star
15

docker-wkhtmltopdf

Making wkhtmltopdf work on alpine...
Dockerfile
12
star
16

go-fetch

A code fetcher that runs as a Docker Container
Ruby
7
star
17

toll

Super simple yet powerful authentication for Rails APIs
Ruby
6
star
18

dojo

A place where people can find programming training assets
Ruby
6
star
19

rails-google-cloud-quickstart

I DON'T WANT TO CALL THIS A BOILERPLATE, but a template repository that will always generate our best rails app quickstart
Ruby
6
star
20

open-furniture

Icalia´s Open Source Furniture Collection
HTML
5
star
21

curp-calculation

A JavaScript dependency for calculating mexican CURP.
CoffeeScript
4
star
22

icalia-python-praxis

Code style Conventions, defaults, etc for our python projects
4
star
23

sepomex-rb

A Ruby wrapper for the Sepomex API - http://sepomex.icalialabs.com/api/v1/zip_codes
Ruby
3
star
24

rfc-calculation

A JavaScript dependency for calculating mexican RFC.
CoffeeScript
3
star
25

ruby-training

Ruby
3
star
26

sepomex-js

A JS wrapper for the Sepomex API - http://sepomex-api.herokuapp.com/api/v1/zip_codes
CSS
3
star
27

alom-rails

A Ruby wrapper to use Alom on Rails
Ruby
2
star
28

github-actions

Some Actions implemented as Docker images - Useable by Github Actions, DroneCI, etc
Shell
2
star
29

mls-api

Gem to use the Bride Interactive API
Ruby
1
star
30

rails-and-flipper-demo

A demo using flipper to deal with release toggles
Ruby
1
star
31

docker-image-manager

Helps download and push docker images within a CI context
Go
1
star
32

on-container-for-ruby

A small collection of routines to help developing and running ruby apps in containers
Ruby
1
star
33

rails-neo4j-demo

Demo of Rails and Neo4j
Ruby
1
star
34

custom-firebase-auth

Ruby
1
star
35

homebrew-formulae

Homebrew formulae for some of our tools
Ruby
1
star
36

progressive-app-migration-demo

A demo/proof-of-concept about how to progressively migrate an old app functionality to a new one
Ruby
1
star
37

advanced_testing_techniques

Ruby
1
star