• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

sublime text 3

Sublime Text Terraform Syntax

August 4, 2021

If you use Terraform and Sublime Text, add Terraform Syntax Highlighter using Package Control.

Press Ctrl+Shift+P or Cmd+Shift+P.
Select “Package Control: Install package”
Select “Terraform”

Press Ctrl+Shift+P or Cmd+Shift+P. Select “Package Control: Install package” Select “Terraform”

It should install in a few seconds.

Filed Under: Misc Tagged With: highlighter, sublime text 3, syntax, terraform

Sublime Text 3

January 16, 2019

Looking for a text editor for editing code? Check out Sublime Text 3. You can install the text editor using several package managers depending on your Linux distro. There’s apt, yum, zypper, pacman and dnf. Here’s the Apt install of Sublime Text 3.

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt-get update sudo apt-get install sublime-text

Filed Under: Linux Tagged With: apt, sublime text 3, text editor

  • Home
  • About
  • Archives

Copyright © 2023