datsuka-qwerty / Sublimetext3-Backup

This is my SublimeText3 settings files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my SublimeText3 settings.

日本語版はこちら

Files name format

All backup files name format are YYYY-MM-DD.

Windows User

How to restore settings

ATTENTION These are assuming Windows.
As a prerequisite, you need to install MSYS32 , node.js and CodeIntel.
(EasyClangComplete needs clang, Linter needs node.js, CodeIntel needs SublimeCodeIntel.)
You need to change USER to your name each config files.

  1. Install PackageControll.
  2. Replace Theme file then restart ST3.
  3. Copy and paste other files.

Install clang

  1. Click here to install MSYS32.
  2. Run pacman -Syu from the terminal. (If you wanna use LSP and debuger, install clang-tools-extra and gdb)
  3. Through PATH to the following location.
    • c:\msys64\mingw64\bin or using 32bit system-> C:\msys32\mingw32\bin
    • c:\msys64\user\bin or using 32bit system-> C:\msys32\usr\bin
  4. See here to setting up EasyClangComplete.

Install node.js

  1. Get here to node.js installer.
  2. If running node -v shows node.js version, install is succesfull.
  3. Setting up each languages linter.

Install CodeIntel

  1. Install Python here. (You need PIP3, Python3 includes it.)
  2. Run below command python3 -m pip3 install --upgrade --pre CodeIntel or pip3 install --upgrade --pre CodeIntel
  3. Install SublimeCodeIntel. Here is documentation.

Linux User

How to restore settings

ATTENTION These are assuming Linux.
As a prerequisite, you need to install clang , node.js and CodeIntel.
(EasyClangComplete needs clang, Linter needs node.js, CodeIntel needs SublimeCodeIntel.)
You need to change USER to your name each config files.

  1. Install PackageControll.
  2. Replace Theme file then restart ST3.
  3. Copy and paste other files.

Install clnag

  1. Run the following command to install clang. sudo apt update && sudo apt install clang
  2. See here to setting up EasyClangComplete.

Install node.js

  1. Run the following command to install nodejs. sudo apt update && sudo install nodejs npm
  2. If running node -v shows node.js version, install is succesfull.
  3. Setting up each languages linter.

Install CodeIntel

  1. Check your python version. python3 --version
  2. Install CodeIntel run following command. sudo pip3 install --upgrade --pre CodeIntel
  3. Install SublimeCodeIntel. Here is documentation.

CAUTION

User-Material-Theme-Darker.tmTheme in this repository has been partially edited for me useful use.
The original source is here.

User-Monokai Extended.tmTheme has been edited too.
The original source is here.

Gruvbox Material Dark/Light has been edited too.
The original source is here
Thanks to tobiastimm for making the vscode to sublimetext theme converter!

About

This is my SublimeText3 settings files.


Languages

Language:Shell 45.1%Language:TeX 26.5%Language:Python 12.5%Language:JavaScript 10.4%Language:Batchfile 4.7%Language:PowerShell 0.8%