CodeTerminal
2022-05-09
Visual Studio代碼的獨立終端。
強烈推薦與自製的安裝。
brew tap xcodebuild/custom
brew reinstall --no-quarantine --cask codeterminal部分用戶可能需要設置代理,例如
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
從https://nightly.link/xcodebuild/codeterminal/workflows/release/release下載。
或加入組。
加入電報組
按下Menubar CodeTerminal => Preferences => Settings以顯示System File Manager中的setting.json 。使用您的代碼編輯器進行編輯(建議使用Visual Studio代碼)。
這是一個例子:
{
"workbench.statusBar.visible": false,
"workbench.tips.enabled": false,
"workbench.colorTheme": "Solarized Dark",
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 16,
"editor.fontFamily": "agave Nerd Font Mono"
}
順便說一句,您可以從這裡下載agave Nerd Font Mono 。
打開時如果提示文件已損壞,需要執行
如果打開時提示文件損壞,則需要執行
sudo xattr -rd com.apple.quarantine /Applications/CodeTerminal.app主題管理尚未完成,但您仍然可以使用它。
現在,主題(或擴展)的預覽暫時不起作用。
您目前已經顯示出顯示/關閉擴展管理面板。
使用Ctrl(Cmd)+Shift+P您可以運行Extensions: Install Extensions命令以顯示擴展安裝面板,然後搜索和安裝主題。

安裝後,您可以使用View: Close Primary Side Bar ,以關閉延長側桿。
使用Ctrl(Cmd)+Shift+P您可以運行Preferences: Color Theme命令以顯示擴展安裝面板,然後搜索和安裝主題。