Skip to content

Instantly share code, notes, and snippets.

View khasogi27's full-sized avatar

Khasougi Badru Zaman khasogi27

View GitHub Profile
@khasogi27
khasogi27 / export_vscode_extesions.md
Created May 15, 2023 04:07 — forked from joseluisq/export_vscode_extesions.md
How to export your VS Code extensions from terminal

How to export your VS Code extensions from terminal

Note: Unix-like systems only.

  1. Export your extensions to a shell file:
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh
@khasogi27
khasogi27 / tmux-cheatsheet.markdown
Created November 24, 2020 04:51 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname