Skip to content

Instantly share code, notes, and snippets.

View FoushWare's full-sized avatar
🐢
Lazy ... working

Ahmed Fouad FoushWare

🐢
Lazy ... working
View GitHub Profile
@FoushWare
FoushWare / cleanup.sh
Last active April 5, 2026 22:03
macOS Developer Cleanup Script — free up space from caches, editors & dev tools
#!/bin/sh
# ============================================================
# 🧹 macOS Developer Cleanup Script — v5.0
#
# COMPATIBILITY:
# Works with any POSIX-compliant shell — bash 3.2+, bash 5,
# zsh, dash, sh. No bash-specific features used.
# Tested on macOS (default bash 3.2 / zsh) and Linux.
#
@FoushWare
FoushWare / gist:965c2240098f99d4f0929c4f10d81f4e
Created July 19, 2018 19:32
foush_webDevOnlineResources.md
## GENERATORS:
* Text Content Generator - http://www.lipsum.com
* Favicon Generator - http://tools.dynamicdrive.com/favicon
* Data Generator - https://mockaroo.com/
* Mobile Mockup Generator - https://mockuphone.com
* Logo Generator - https://www.logaster.com
* UUID Generator - https://www.uuidgenerator.net/
* Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
## IMAGE RESOURCES:
@FoushWare
FoushWare / 00-Multi level categories [Laravel]
Last active June 13, 2018 11:52
Multi level categories [Laravel]
Description:
in this gist i will type the code for multilevel categories in laravel using laravel-nestedset
@FoushWare
FoushWare / zsh.md
Created July 10, 2016 17:59 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu