Skip to content

Instantly share code, notes, and snippets.

View faisalsayed10's full-sized avatar
πŸ€–
404_Not_Found

fayd faisalsayed10

πŸ€–
404_Not_Found
View GitHub Profile
@ifvictr
ifvictr / README.md
Last active March 6, 2024 20:23
An Arc boost that lets you message ChatGPT from the Command Bar.
@wkliwk
wkliwk / btt.sh
Last active March 24, 2025 22:10
BTT reset trial time
# BetterTouchTool reset trial time
# ** All preference will reset
echo "remove ~/Library/Preferences/com.hegenberg.BetterTouchTool.plist"
rm -rf ~/Library/Preferences/com.hegenberg.BetterTouchTool.plist
echo "Done"
echo "remove ~/Library/Application\ Support/BetterTouchTool/"
rm -rf ~/Library/Application\ Support/BetterTouchTool/
echo "Done"
@lmcneel
lmcneel / remove-node-modules.md
Last active April 18, 2025 19:05
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a
@dahlbyk
dahlbyk / github-timeline-events-comparison.md
Last active July 3, 2024 07:19
GitHub API Comparison: Issue Events vs Issue Timeline
@parmentf
parmentf / GitCommitEmoji.md
Last active April 29, 2025 11:20
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
Bugfix πŸ› :bug: