Skip to content

Instantly share code, notes, and snippets.

View jrhian's full-sized avatar
🤠
Un jour de plus au paradis.

Rhian jrhian

🤠
Un jour de plus au paradis.
View GitHub Profile
@jrhian
jrhian / iterm2.md
Created February 5, 2018 02:51 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Fullscreen + Enter
Previous Tab + Left Arrow
Next Tab + Right Arrow
Go to Tab + Number
Go to Window + Option + Number
Go to Split Pane by Direction + Option + Arrow
@jrhian
jrhian / iterm2.md
Created February 5, 2018 02:51 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Fullscreen + Enter
Previous Tab + Left Arrow
Next Tab + Right Arrow
Go to Tab + Number
Go to Window + Option + Number
Go to Split Pane by Direction + Option + Arrow
@jrhian
jrhian / migration.ex
Created March 1, 2019 22:27 — forked from vinhnglx/migration.ex
Migration script when release a Phoenix/OTP app by Distillery
# apps/myapp/lib/migration.ex
defmodule MyApp.ReleaseTasks do
@start_apps [
:postgrex,
:ecto
]
@app :myapp
def repos, do: Application.get_env(@app, :ecto_repos, [])