Skip to content

Instantly share code, notes, and snippets.

View joeyciechanowicz's full-sized avatar

Joey Ciechanowicz joeyciechanowicz

View GitHub Profile
@ArturT
ArturT / prepare-commit-msg.rb
Last active October 31, 2017 15:25 — forked from marioizquierdo/git-commit-msg-jira-trello.rb
git hook prepare commit message for JIRA. It adds story id and story url in commit message.
#!/usr/bin/env ruby
#
# Git prepare-commit-msg hook for JIRA project.
#
# Name your feature brach like: my-feature-STORY_ID for instance feature-LL-123
#
# Install:
# Create a file with this content in `yourproject/.githooks/prepare-commit-msg`
# or put this file somewhere, for example `~/.githooks/prepare-commit-msg`, and symlink it:
#
@t-io
t-io / osx_install.sh
Last active October 22, 2023 13:04
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"