Install with Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/wintermi/csharp-tmbundle.git "C#.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'Install without Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget https://github.com/wintermi/csharp-tmbundle/tarball/master
tar zxf master
rm master
mv wintermi-csharp-tmbundle* "C#.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
本文提供了一种使用Git安装TextMate C#插件的方法,包括使用命令行工具完成整个过程,从创建目录到克隆仓库,再到重新加载插件包。
201

被折叠的 条评论
为什么被折叠?



