Skip to content

Instantly share code, notes, and snippets.

View heshamelmasry77's full-sized avatar
πŸ¦†
Coding

Hesham El Masry heshamelmasry77

πŸ¦†
Coding
View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
@heshamelmasry77
heshamelmasry77 / gist:b8658edf53be02f88c1ac946ced7b38d
Created July 12, 2021 15:16
Sourcetree on committing issue : .husky/pre-commit: Line 18 yarn: command not found
To Solve this issue you will need to export a path for huskyrc:
echo 'export PATH="/usr/local/bin/:$PATH"' >> ~/.huskyrc
@heshamelmasry77
heshamelmasry77 / gup-to-webpack.md
Created August 5, 2021 23:51 — forked from rap2hpoutre/gup-to-webpack.md
Laravel 5.4: migrate from gulp to webpack
  • Create a webpack.mix.js file in root directory:
const { mix } = require('laravel-mix');

mix.js('resources/assets/js/app.js', 'public/js')
  .sass('resources/assets/sass/app.scss', 'public/css');
  
/* Optional: uncomment for bootstrap fonts */
// mix.copy('node_modules/bootstrap-sass/assets/fonts/bootstrap/','public/fonts/bootstrap');
@heshamelmasry77
heshamelmasry77 / gitignore.sh
Created October 19, 2023 18:15 — forked from juliencrn/gitignore.sh
Remove .idea files from PHPStorm with git & .gitignore
# Remove the file from the repository
git rm --cached .idea/
# now update your gitignore file to ignore this folder
echo '.idea' >> .gitignore
# add the .gitignore file
git add .gitignore
git commit -m "Removed .idea files"
@heshamelmasry77
heshamelmasry77 / gist:0b3b73a111fbab64cf036f35dc5913ef
Created February 8, 2024 15:17 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: