Skip to content

Instantly share code, notes, and snippets.

View liketurbo's full-sized avatar
🎮
Do you know what DK stands for?

Rami Chasygov liketurbo

🎮
Do you know what DK stands for?
View GitHub Profile
@liketurbo
liketurbo / settings.json
Created April 17, 2025 10:07
VS Code - Separate tmux sessions per project
{
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"fish": {