Skip to content

Instantly share code, notes, and snippets.

View vphilot's full-sized avatar
🎯
Focusing

Vinicius Philot vphilot

🎯
Focusing
View GitHub Profile
{
"module-templates.engine": "handlebars",
"module-templates.templates": [
{
"displayName": "Chalk UI component",
"defaultPath": "src/components",
"folder": "{{kebab name}}",
"questions": {
"name": "Component name"
},
@ziadoz
ziadoz / fix-osx-wifi-battery-drain.md
Last active March 25, 2024 13:42
Fix OSX battery draining on sleep due to wifi activity

Fix OSX battery draining on sleep due to wifi activity

Install SleepWatcher using Homebrew:

sudo chown -R $(whoami) /usr/local
brew update
brew install sleepwatcher

Start the SleepWatcher service:

@roachhd
roachhd / quick-ref-jekyll-markdown.md
Created November 11, 2014 09:15
Jekyll Markdown Quick Reference

#Jekyll Markdown Quick Reference

####Write in simply awesome markdown

layout: post
title: Markdown Style Guide
---