Skip to content

Instantly share code, notes, and snippets.

View OnlyHughMan's full-sized avatar
🎯
Focusing

Hugh Vidler OnlyHughMan

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am onlyhughman on github.
  • I am hughvidler (https://keybase.io/hughvidler) on keybase.
  • I have a public key ASBfARGABW4QXsQKBtqp8469fJsd_IqQjqHYgs35UAbLRQo

To claim this, I am signing this object:

import React from 'react';
import './switch.css';
import { ToggleLabel, Toggle } from './styledSwitch';
const Switch = () => {
return (
<>
<Toggle id="checkbox" type="checkbox" />
<ToggleLabel htmlFor="checkbox" />
<input
{
"window.zoomLevel": 0,
"files.autoSave": "afterDelay",
"eslint.autoFixOnSave": true,
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"workbench.startupEditor": "welcomePage",
vsc () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
alias gc='git commit'
alias gco='git checkout'
alias ga='git add'
alias gp='git push'
alias gl='git pull -r'
alias gst='git status'
alias gd='git diff'
alias glog='git log'