Skip to content

Instantly share code, notes, and snippets.

View atamaniuc's full-sized avatar
🏠
Working from home

Dmitriy Atamaniuc atamaniuc

🏠
Working from home
  • Chisinau, Republic of Moldova
View GitHub Profile
@HauptJ
HauptJ / FedoraSetupMinimal.sh
Last active November 16, 2017 12:20
# Simple shell script to install Vagrant with Virtualbox development environment on Fedora 26 - no optional packages
#!/bin/bash
# Simple shell script to install Vagrant with Virtualbox development environment on Fedora 26
# Minimal version - no optional packages
set -e
# Any subsequent(*) commands which fail will cause the shell script to exit immediately
# Initial update
sudo dnf update -y
@troyfontaine
troyfontaine / 1-setup.md
Last active June 29, 2024 13:29
Signing your Git Commits on MacOS

Methods of Signing Git Commits on MacOS

Last updated March 13, 2024

This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

@discordier
discordier / gist:ed4b9cba14652e7212f5
Created December 4, 2014 06:23
options for phpStorm @noinspection annotation
javascript
ES6ValidationInspection
JSAccessibilityCheckInspection
JSBitwiseOperatorUsageInspection
JSCheckFunctionSignaturesInspection
JSClosureCompilerSyntaxInspection
JSCommentMatchesSignatureInspection
JSComparisonWithNaNInspection
JSConsecutiveCommasInArrayLiteralInspection