- Overview
- Transcript
2.8 Installing Plugins Without Package Control
Not all plugins will be available through Package Control, but, don't worry; it's easy to clone these repos manually.
1.Introduction1 lesson, 02:05
1.1Welcome02:05
2.Getting Started9 lessons, 35:20
2.1Installation and Base Settings04:54
2.2Services and Opening Sublime From the Terminal02:20
2.3Multiple Cursors and Incremental Search06:54
2.4The Command Palette04:13
2.5Instant File Changing03:19
2.6Symbols04:17
2.7Key Bindings02:33
2.8Installing Plugins Without Package Control02:54
2.9Package Control03:56
3.Snippets3 lessons, 14:40
3.1Your First Snippet09:04
3.2Adding Snippets Through Package Control02:32
3.3Easier Testing With Snippets03:04
4.Essential Plugins12 lessons, 46:58
4.1Zen Coding07:09
4.2Emmet06:52
4.3Cross-Browser CSS With Prefixr02:17
4.4Fetch Files With Ease 04:22
4.5Lightning Fast Folder and File Creation 02:12
4.6Sidebar Enhancements03:09
4.7Sublime Linter02:01
4.8Sexy Code Snippet Management With Gists07:50
4.9DocBlockr03:49
4.10Pretty Task Management02:42
4.11HTTP Requests Within Sublime02:29
4.12LiveReload02:06
5.Tips, Techniques and Modifications8 lessons, 49:09
5.1Regular Expressions in Sublime05:49
5.2Vintage Mode10:46
5.3Quicker Stylesheet References02:30
5.4Joining Lines04:40
5.5Sublime and Markdown with Marked03:10
5.6All About Projects 05:54
5.7Configuring and Mastering Split Windows07:19
5.8Custom Builds09:01
6.Closing1 lesson, 00:49
6.1Conclusion00:49
2.8 Installing Plugins Without Package Control
There will be plenty of times where you need to view the packages in you project, and there's a couple different ways to do this. One, you could manually browse to the projects folder. Two, you could go to sublime preferences, browse packages, and that's going to open that specific packages directory within finder, and now you can see every plugin that you install through package control. Will be contained here. Another way would be to create something like an alias, and add it to your bash profile. On the Mac the path to the packages directory is within Library/Application Support/Sublime Text 2/Packages. So if we wanna save this to an alias, we can alias p for packages. Name it whatever you want, and that will be equal to, once again, open and then I will paste in that path. So now, whenever you need to view your Packages directory, you just type P or whatever alias you assign to it, and now that's open. So if you ever come across a plugin that you want to install and it's not available through Package Control. Likely it will be on Get Hub and it will tell you add this to your packages directory. So you bring up the terminal, you type p to open the packages directory, and then you will drag in the folder. Alternatively, what you would do, would be to browse to the packages directory and then clone the repo, let me give you an example. Here is an in development plugin for sublime text called sublime [UNKNOWN]. When this is done this is going to be fantastic, so I highly recommend you keep an eye on it. But it's still, at the time of this recording very early in development. But If I want to test this out, it's not available through package control. So what I could do is clone it into my packages directory. So assuming I have git installed, if you don't that's a whole nother course that we have on touch premium. Called Git Essentials. But assuming that you do have it, then I could just copy this and then browse to the Packages directory, Sublime Packages, and now I will run git clone and we're gonna call that folder SublimeXiki like that. So now, if I open this directory, you'll see that we have downloaded that folder directly into the Packages directory. And if you want a quick, 30 second demonstration on what Ziki can do for you. If I open this up, I can say, Create the Ziki Buffer, and then you'll be able to do things like, let's go into /Users/Jeffrey/Sites, I hit Cmd+Enter, and now it's displaying a list of all of my folders. So it's a bash replacement that's going to be ridiculously powerful. So now you can see within Sublime Text, I am traversing these folders. So if I wanna open up the htaccess, one more time, Cmd+Enter, now I'm editing that file, and that's about .1% of everything that Ziki is capable of. So, certainly keep that on your radar.