2011-01-30 73 views

回答

21

嘗試安裝捆綁「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' 

然後,轉到「Bundles」 - 「GetBundles」 - 「Get Bundles」。 (source

或者,您可以將您的.tmbundles轉換爲~/Library/Application Support/TextMate/Bundles,正如您可能從上面的代碼中看到的那樣。

+0

感謝您的支持。它肯定更好:)我不知道爲什麼它不會默認。 – Murgh 2011-01-30 22:52:34

+0

好吧,TextMate在最近幾個月/年沒有看到太多更新。也許更好的東西會出現在版本2中,只要它可能到達:) – slhck 2011-01-30 23:04:04

4

或者你可以下載它們並雙擊安裝,只要擴展名爲tmbundle,那就是我的做法。

11

通過轉到其頁面(例如, https://github.com/textmate/matlab.tmbundle並點擊下載ZIP按鈕。

將其解壓縮。

matlab.tmbundle-master 

更改文件夾的名稱

matlab.tmbundle 

現在你可以打開它。