How To Install Sublime Text On Mac



Beginner Tutorial: How to Install Packages in Sublime Text 3

Sublime Text 3 is a popular and lightweight text editor that ships with powerful IDE-like features. It’s famed for its packages which allow heavy productivity and aesthetic overhauls among other added functionality.

Open Sublime text and click onPreferences - Browse Packages. Once you are inside the Sublime Text folder called “Packages”create a new folder naming it “Colorsublime-Themes”. Then put the file/files.tmThemejust downloaded from our website inside the “Colorsublime-Themes”folder. Jun 22, 2020 What is Sublime Text 3? Sublime Text 3 is a text editor for coding. It’s like TextEdit (on Mac) or Notepad (on Windows). You can type text in it and you can save that in different file formats. Except that Sublime Text 3 is specialized for coding. SQL script in TextEdit: The same SQL script in Sublime Text 3: The most obvious differences are.

Installing packages for Sublime Text is a practical must for new and even advanced developers. In this step by step tutorial, we learn how to install packages in Sublime Text 3.

This tutorial covers two parts.

First, we go through installing the Sublime Text package manager, Package Control. We then learn the steps for installing packages with a popular package as an example.

Part One: Installing Package Control

(Skip to Part Two if you already have Package Control installed.)

There are two ways to install a package in Sublime Text 3:

  1. Manually download and install the package.
  2. Install the package using Package Control.

We will go with Package Control as it is the easier option.

What is Package Control?

Text

Package Control is the Sublime Text package manager. It includes a list of over 2,500 packages available for install…Once installed, packages are kept up-to-date automatically.

Package Control

Newer builds of Sublime Text 3 allow installing Package Control right within the application. Unlike previous versions, we can now bypass copying code from packagecontrol.io and working with the Python console.

Steps for Installing Package Control (Sublime Text 3):

  1. Start Sublime Text 3.
  2. Open the Command Palette: Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (OS X).
  3. Type ‘install’ in the Command Palette input box, which should autocomplete to ‘Install Package Control.’ Press Enter to select it.
  4. Sublime Text 3 will start installing Package Control. This may take a short while. Once installed, a pop-up will display the message: Package Control was successfully installed. Use the Command Palette and type “Install Package” to get started.

Package Control is now installed and should be ready for installing packages.

Part Two: How to Install Packages in Sublime Text 3

With Package Control up and running, we can now use it to install packages.

We will install one of the most popular Sublime Text packages, Theme – Soda, in this example.

  1. If not open already, start Sublime Text 3.
  2. Open the Command Palette: Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (OS X).
  3. Type ‘install‘ in the Command Palette input box, which should autocomplete to ‘Package Control: Install Package.’ Press Enter to select it.
  4. A list of available packages will display in the Palette. For our example, type in ‘theme – soda.
  5. Double-click on ‘Theme – Soda” in the Command Palette to start installing this theme package.
  6. The Sublime Text status bar(in the bottom left of the screen) will update as the installation progresses. (Package installations may take awhile and times do vary depending on the package.)
  7. The status bar will return to normal once the package is installed.Some packages will display a message in Sublime Text once the package is installed with useful and important information on your new package. If necessary, (generally simple) steps on how to activate the package will be given. Some packages require restarting Sublime Text after installation. In our case, Theme – Soda does not show an installation message and does not need a restart.
  8. We can now activate our new theme. In the top menu bar, select: Preferences > Theme…
  9. A list of available themes will appear. Use the up and down arrow keys to preview the different themes. Press Enter to apply a theme.

Post a comment below with any comments and questions.

How To Uninstall Sublime Text On Mac

Introduction

Sublime text is a proprietary cross platform source code editor with a python application programming interface. It supports many programming languages. Sublime text 2.0.2 was released on 8 July, 2013. It contains 22 different themes with the option to download additional themes. In this tutorial, we will install Sublime Text on MacOS.

Download Sublime For Mac

Prerequisites

  1. MacOS
  2. Login as an administrator on terminal
How To Install Sublime Text On Mac

Installation

This includes following steps.

1) Download the dmg file

In order to install sublime text editor, we have to download the disk image file by visiting its official website or by simply pasting the link https://download.sublimetext.com/Sublime%20Text%20Build%203143.dmg in our browser's search bar.

2) Mount the File:

The dmg file downloaded from the official website of sublime text needs to be mounted to a Volume. This will be done by the following command.

3) Create a link of sublime text into bin:

Sublime text editor is installed into the /applications. To run sublime globally on terminal, we have to first create a symlink of /Applications/'Sublime Text 2'/Contents/SharedSupport/bin/subl into /usr/local/bin. Since it contains all the binary executable files which are identified globally on the system hence now we can run sublime text editor by simply typing sublime on terminal from any location.

Link can be created by using following command.

4) Test Sublime

Now we can create any text file with sublime by simply typing sublime along with file name.

5) Unmount the file

The file needs to be unmounted when we have competed the installation of sublime. For this purpose, use the following command.

Hence, we have installed sublime text 2 on our MacOS successfully.

How To Install Sublime Text On Mac


Sublime Text Editor For Mac

Next TopicHow to Install OpenOffice on Mac