Skip to content

Instantly share code, notes, and snippets.

@dobyrm
dobyrm / clean-mac.md
Last active November 25, 2024 10:18
Clean Mac

Always be cautious when deleting files, especially in system directories, and consider creating backups before making changes.

To access a directories, press Command + Shift + G in Finder.

Caches: ~/Library/Caches

Contains cache files for various applications. Deleting these files can free up space and potentially speed up your system. Applications will recreate these caches as needed.

Logs: ~/Library/Logs
@dobyrm
dobyrm / conventional_commit_messages.md
Last active February 13, 2024 10:42 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

git-conventional-commits A CLI util to ensure this conventions and generate changelogs

Commit Messaz Formats

Inital Commit

Just init

@dobyrm
dobyrm / open-dropdown.html
Last active July 27, 2024 09:02
Open Dropdown
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Dropdown</title>
<style>
.custom-dropdown {
position: relative;