Skip to content

Instantly share code, notes, and snippets.

View nvanmeurs's full-sized avatar

Nicky van Meurs nvanmeurs

View GitHub Profile
@nvanmeurs
nvanmeurs / .bash_profile
Last active May 8, 2018 09:53 — forked from natelandau/.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
@nvanmeurs
nvanmeurs / profiles.json
Last active January 3, 2020 15:45
Windows Terminal Config
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": [
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
name: Production Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
// General
Sensitivity: 6.82
Allied health bars: Always
# Crosshair
Show accuracy off
Color white
Thickness 1
Crosshair length 8
Center grap 6
@nvanmeurs
nvanmeurs / wsl2_setup.sh
Last active April 29, 2022 15:28
WSL 2 setup for k3s template
sudo apt update -y
sudo apt install -y software-properties-common \
direnv \
age \
ipcalc \
jq \
gnupg \
curl \
apt-transport-https \
ca-certificates \