Skip to content

🛠️ ⚡ A simple configuration for Sublime Text

License

Notifications You must be signed in to change notification settings

drliangjin/sublime.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sublime-Text 3 Configuration

Created with ❤️ by Dr Liang Jin

🚀 Quick Start

bash -c "$(curl -fsSL https://raw.githubusercontent.com/drliangjin/sublime.d/master/tools/install)"

📜 Introduction

🚧 Installation

macOS

Sublime Text can be easily downloaded, installed, and managed by Homebrew, the missing package manager for macOS.

brew cask install sublime-text
brew tap homebrew/cask-versions
brew cask install sublime-text-dev

Ubuntu

Since Sublime Text is a proprietary application, it is not listed in the office Ubutun package repositories by default. However, We can add Sublime Text to the package repositories. Details see Linux Package Manager Repositories.

  • Install Sublime Text 3 from the offical source:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
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
  • Or, install Sublime Text 3 via Personal Package Archives (PPA):
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

📢 Updates

🚧 Development

🎖️ Acknowledgement

📖 Resources

🙋‍♀️ FAQ

About

🛠️ ⚡ A simple configuration for Sublime Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages