Sha256: 150d43e6dd383ebffe495d98c8d673f68242d6d123a0d4b2d75da1b7acb287f3
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
#!/bin/sh # Run this script immediately after cloning the codebase. # Exit if any subcommand fails set -e # Set up Ruby dependencies via Bundler bundle install # Add binstubs to PATH in ~/.zshenv like this: # export PATH=".git/safe/../../bin:$PATH" mkdir -p .git/safe
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
kowl-0.0.7 | bin/setup |
kowl-0.0.6 | bin/setup |
kowl-0.0.5 | bin/setup |
kowl-0.0.4 | bin/setup |
kowl-0.0.3 | bin/setup |
kowl-0.0.2 | bin/setup |
kowl-0.0.1 | bin/setup |