Skip to content

Instantly share code, notes, and snippets.

View fpigeonjr's full-sized avatar
🏠
#wfh-club

Frank Pigeon Jr. fpigeonjr

🏠
#wfh-club
View GitHub Profile
@fpigeonjr
fpigeonjr / Button.js
Created January 23, 2023 01:12
how to add variants to a Button component
import React from "react";
import styled from "styled-components";
import { COLORS } from "./constants";
const SIZES = {
small: {
"--borderRadius": 2 + "px",
"--fontSize": 16 / 16 + "rem",
"--padding": "6px 14px"
@fpigeonjr
fpigeonjr / bandPractice.md
Last active August 5, 2021 21:54
Band Practice
@fpigeonjr
fpigeonjr / bookTemplate.html
Last active March 19, 2021 13:42
Borden Books Template
<div id="book_detail">
<h2 id="bookTitle">My Awsome Title</h2>
<img src="https://via.placeholder.com/350x150" alt="book image" id="bookImage">
<p><a href="#" id="epubLink">My Awesome epub link</a></p>
<p><a href="#" id="mobiLink">My Awesome mobi link</a></p>
<h4>Contents</h4>
<p>My Awesome Content</p>
</div>
@fpigeonjr
fpigeonjr / devBundle.md
Last active June 2, 2020 12:45
BTS Dev Bundle

BTS DEV Bundle 10-25-2018

Baseline

  • Visual Studio 2017 or 2019 PRO
  • Visual Studio Code System 64
  • SQL Server Managent Studio 2018
  • SharePoint Designer 2013 (x32)
  • Node.js
  • .NET Core
@fpigeonjr
fpigeonjr / keeb bindings.md
Last active May 29, 2020 01:55
linux setup

Keeb Setup

  • Install Kinto
  • Prerequisites are python and xkeysnail
  • sudo pacman -S python
  • yay -S xkeysnail
    • selected git one and needed fakeroot
  • run setup and select mac
    • ./setup.py
  • add to your zshrc
@fpigeonjr
fpigeonjr / docker setup.md
Last active May 26, 2020 02:23
Docker Commands

Docker Setup

make sure docker is installed sudo pacman -S docker

Then start and enable the service

  1. sudo systemctl start docker
  2. sudo systemctl enable docker
@fpigeonjr
fpigeonjr / .zshrc
Last active May 9, 2020 13:46
.Dot Files
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block, everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
@fpigeonjr
fpigeonjr / ffCAC.md
Last active February 10, 2020 20:23
Firefox CAC Setup

Firefox CAC Setup

This guide assumes you are using a 64 bit edition of Firefox.

Steps

  1. Click on the hamburger menu and select Options imgur
  2. Select Privacy & Security in the left navigation
  3. Select Security Devices button at the bottom of the page
@fpigeonjr
fpigeonjr / vetDay2019.md
Last active November 11, 2019 14:29
Veterans Day 2019

Veteran's Day Deals

Eats

  • Texas Roadhouse is offering free lunch to all Veterans and Active Duty military from 11 am to 4 pm on Veterans Day. Choose from a 10 entree menu, drink included.

  • 54th Street Grill // Vets and active-duty military can swing by the American chain for a free entree up to $12 in value. Multiple locations, 54thstreetgrill.com.

  • BJ’s Restaurant On Veterans Day, all service members can enjoy a complimentary entree up to $14.95, plus a free Dr Pepper, by presenting a military ID or proof of service.

@fpigeonjr
fpigeonjr / profiles.json
Created October 19, 2019 13:42
MS Terminal Settings
// 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": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",