Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
require 'json'
heroku_app_name = ARGV[0]
ssm_path = ARGV[1]
profile = 'oneaws-suzuri'
region = 'ap-northeast-1'
if heroku_app_name.nil? || ssm_path.nil?
{
"editor.fontFamily": "'Source Han Code JP', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.cursorBlinking": "smooth",
"editor.renderWhitespace": "boundary",
@shimoju
shimoju / bitrise.yml
Created September 27, 2016 05:36
Bitrise CI設定
---
format_version: 1.2.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
#!/bin/bash
# /usr/localをPATHに追加
echo 'export PATH="/usr/local/bin:/usr/local/sbin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
# Command line toolsをインストール
xcode-select --install
# Homebrewをインストール
@shimoju
shimoju / google-analytics-turbolinks.js.coffee
Created July 20, 2013 14:45
Use Google Analytics on Turbolinks