Instantly share code, notes, and snippets.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# Maintainer: b1ek <me@blek.codes> | |
# Contributor: dllud <dllud riseup net> | |
pkgname=hey-duck | |
pkgver=0.2.0 | |
pkgrel=2 | |
pkgdesc='Contact DuckDuckGo AI chat from your terminal' | |
url="https://git.blek.codes/blek/hey" | |
makedepends=('cargo') | |
arch=('any') |
Mathijs-Bakker /disable.sh
CreatedNovember 7, 2020 15:28 — forked fromb0gdanw/disable.sh
Disable bunch of #$!@ in Catalina This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# Credit: pwnsdx https://gist.github.com/pwnsdx/1217727ca57de2dd2a372afdd7a0fc21; nebular https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3#gistcomment-3019082 | |
# IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it! | |
# IMPORTANT: You will need to disable SIP: Reboot to Recovery, in Terminal csrutil disable | |
# WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars. | |
# Get active services: launchctl list | grep -v "\-\t0" | |
# Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents | |
# List disabled services: launchctl print-disabled user/501 |grep true & launchctl print-disabled system |grep true |
matt2005 /lambda_function.py
Last activeJuly 18, 2025 20:35 — forked fromawarecan/lambda_function.py
Alexa Smart Home Skill Adapter for Home Assistant This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
""" | |
Copyright 2019 Jason Hu <awaregit at gmail.com> | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
youmaynotusethisfileexceptincompliancewiththeLicense. | |
YoumayobtainacopyoftheLicenseat | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unlessrequiredbyapplicablelaworagreedtoinwriting,software |
trashhalo /ghostty-shortcuts.md
CreatedDecember 29, 2024 00:00
bradtraversy /prostore-vercel-hobby-tier-fix.md
Last activeJuly 18, 2025 20:32
Prostore Vercel Hobby Tier Fixjalehman /claude_code_workflow_commands.md
CreatedApril 24, 2025 23:15
Claude Code workflow commandsThe following are the commands that I create on a per-project basis within therepo-env
folder as referenced in the workflow describedhere.
A few notes:
- Replace
/path/to/repo-env/
with the appropriate absolute path to yourrepo-env
- Anything wrapped with
<>
is a variable to be replaced <prefix>/$ARGUMENTS
is written that way because I tend to prefix my branches with my name
NewerOlder