Skip to content

Instantly share code, notes, and snippets.

@KoheiKanagu
Created November 10, 2021 14:18
Show Gist options
  • Save KoheiKanagu/15d481fba8d2c5e0dcdbfef7a6099e4b to your computer and use it in GitHub Desktop.
Save KoheiKanagu/15d481fba8d2c5e0dcdbfef7a6099e4b to your computer and use it in GitHub Desktop.
M1 macにVS CodeのRemote SSHで接続した時、TERMINALでzshをarm64で動かす
{
"terminal.integrated.defaultProfile.osx": "arch",
"terminal.integrated.profiles.osx": {
"arch": {
"path": "/usr/bin/arch",
"args": ["-arm64", "zsh", "-l"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment