TextMate - 如何安装捆绑包?

发布于 2024-10-15 01:12:48 字数 252 浏览 3 评论 0原文

我在这里看到很多捆绑包,我想使用

http://svn.textmate。 org/trunk/Bundles/

问题是我不知道如何安装它们。我已经阅读了有关捆绑包的手册的第 5 节,但没有示例如何从 SVN 安装这些捆绑包。

我看到现有的扩展名为 .tmbundle,但 SVN 上的扩展名有所不同。

I see a lot of bundles here I'd like to get my hands on

http://svn.textmate.org/trunk/Bundles/

The problem is I don't know how to install them. I've read the section 5 of manual dedicated to bundles, but there's no example how to install those from SVN.

I see the existing ones have the extension .tmbundle, but those on SVN are done differently.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

浅暮の光 2024-10-22 01:12:48

尝试安装捆绑包“GetBundles”。它将帮助您在漂亮的 GUI 中选择新的捆绑包。我自己一直在使用它,它绝对比手动安装捆绑包更好。

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
osascript -e 'tell app "TextMate" to reload bundles'

然后,转到“捆绑包”-“获取捆绑包”-“获取捆绑包”。 (来源

或者,您可以将 .tmbundles 放入 ~/Library/Application Support/TextMate/Bundles,正如您从上面的代码中看到的那样。

Try installing the bundle "GetBundles". It will help you pick new bundles in a nice GUI. I've been using it myself and it's definitely better than manually installing bundles.

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
osascript -e 'tell app "TextMate" to reload bundles'

Then, go to "Bundles" - "GetBundles" - "Get Bundles". (source)

Alternatively, you can just put your .tmbundles into ~/Library/Application Support/TextMate/Bundles, as you may have seen from the code above.

遗弃M 2024-10-22 01:12:48

通过转到其页面下载捆绑包,例如 https://github.com/textmate/matlab.tmbundle 并单击下载 ZIP 按钮。

解压它。

将文件夹名称从 更改为

matlab.tmbundle-master

现在

matlab.tmbundle

您可以打开它。

Download a bundle by going to its page, e.g. https://github.com/textmate/matlab.tmbundle and clicking the Download ZIP button.

Unzip it.

Change the name of the folder from

matlab.tmbundle-master

to

matlab.tmbundle

Now you can open it.

居里长安 2024-10-22 01:12:48

或者你可以直接下载它们并双击安装,只要扩展名是tmbundle,我就是这样做的。

Or you can just download them and double click to install, as long as the extension reads tmbundle, that's how I do it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文