Skip to content

Instantly share code, notes, and snippets.

View jstgermain's full-sized avatar

Creative Lid LLC jstgermain

View GitHub Profile
@jstgermain
jstgermain / index.html
Last active November 6, 2019 16:26 — forked from anonymous/index.html
Vertical Tabs: Smart & Responsive
<h1>Vertical Tabs: Smart & Responsive</h1>
<section>
<h4 class="active">Who?</h4>
<ul>
<li>Nam de isto magna dissensio est.</li>
<li>Quis istud possit, inquit, negare?</li>
<li>Quod mihi quidem visus est, cum sciret, velle tamen confitentem audire Torquatum.</li>
<li>Sic enim censent, oportunitatis esse beate vivere.</li>
<li>Nam de isto magna dissensio est.</li>
@jstgermain
jstgermain / .bash_profile
Last active November 6, 2019 16:34 — forked from SirWellington/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@jstgermain
jstgermain / CONTRIBUTING.template.md
Last active August 6, 2019 19:16
CONTRIBUTING.template.md

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@jstgermain
jstgermain / README.template.md
Created August 6, 2019 19:38
README.template.md

Product Name

Short blurb about what your product does.

[![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url]

One to two paragraph statement about your product and what it does.

@jstgermain
jstgermain / zshrc
Last active January 8, 2024 16:21
zshrc profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@jstgermain
jstgermain / xcode-fix-connection.sh
Last active January 16, 2024 15:33
xcode-fix-connection.sh
#!/bin/bash
# Script to disable the iOS Simulator app from showing the "Do you want the application xxxx to accept incoming network connections?" pop-up every time the app is run
echo "> Enter password to temporarily shut firewall off"
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
echo "> Add Xcode as a firewall exception"
/usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Xcode.app/Contents/MacOS/Xcode