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 / 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 / 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 / .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 / 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}",
@fpigeonjr
fpigeonjr / index-final.js
Last active September 21, 2019 02:10
massage graphql queries
import React from 'react';
import { Link } from 'gatsby';
import Layout from '../components/layout';
import PostPreview from '../components/post-preview';
import usePosts from '../components/hooks/use-posts';
export default () => {
const posts = usePosts();
return (
<Layout>
@fpigeonjr
fpigeonjr / nav.html
Last active September 5, 2019 18:13
APT Page Nav
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/uswds@1.6.12/dist/css/uswds.min.css" />
<style>
.link-list {
@fpigeonjr
fpigeonjr / bookList.aspx?id=0573b849-e20a-4021-9e26-460343186a30&pageTitle=Military%20Medical%20History
Last active May 10, 2019 16:04
id=82200b57-a7a4-4160-bb51-4a086dd6ccce&pageTitle=Textbooks%20of%20Military%20Medicine
<script src="js/vue.min.js"></script><script>new Vue({el:"#app",data:{books:[{title:"The Evolution of Forward Surgery in the US Army: From the Revolutionary War to the Operations of the 21st Century",imageUrl:"FileDownloadpublic.aspx?docid=26d8885c-13bc-4569-afa8-40130ab5dd0e",link:"bookDetail.aspx?ID=b9e3e32a-9aa2-4531-9ca7-43ab28ccb028",year:2019,description:"This volume in the Borden Institute’s history series will describe forward US Army surgery from the 1700s to the present time. The book will look at advances in medicine and surgery that improved the lot of the American soldier. In particular, the book will examine the impact of disease upon troop strength, which had special impact in the Revolutionary War through the post-Civil War period. Forward surgery in the modern sense came of age in World War I. The challenge of so many different theaters of conflict in World War II will be examined from the portable surgical hospital of the China-Burma-India Theater of Operations to the surgical evacuation ho
@fpigeonjr
fpigeonjr / aptTraining.md
Last active April 17, 2019 02:40
APT Training

APT Training - 4-17-2019

Introduction

My name is Frank Pigeon and I am one of the maintainers of the Automated Publishing Tool(APT).

Preview of the new public homepage which incorporates the US Web Design System.

Navigation