Skip to content

Instantly share code, notes, and snippets.

View mah3uz's full-sized avatar
🏠
Working from home

Mahfuz Shaikh mah3uz

🏠
Working from home
View GitHub Profile
@mah3uz
mah3uz / duplicate_line_xcode.md
Created June 22, 2022 06:47 — forked from emotality/duplicate_line_xcode.md
Xcode - Duplicate Line key binding

Xcode line duplicate

Bind keys to duplicate lines in Xcode

  1. Close Xcode

  2. Open below directory in Finder with Cmnd + Shift + G

/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/
@mah3uz
mah3uz / readme.md
Created November 4, 2024 08:36 — forked from acidtib/readme.md
kamal + github actions

Example of Kamal deployment from Github Actions.

Add your applications .env variables to the Github repo as a repository secret, you can find this under the repo settings => secrets and variables => actions

https://github.com/username/repo_name/settings/secrets/actions

you are going to need an ssh private key that your deployment server is aware of (add public key to servers .ssh/authorized_keys) and add the ssh private key as a repo secret

create action workflows