Giter Club home page Giter Club logo

sublimetext3settings's Introduction

Why this conf ?

It’s a personal conf optimized for my use, and I am a Bépo user (not a Qwerty-one) so don’t expect good qwerty keybindings.

  • Use profont (awesome developper font) or Firacode (For ligature).
  • Power-user oriented -> Moar shortcut!
  • Cool theme with picto.
  • Php / JavaScript oriented.
    • Cool package.
    • Snippets.
    • Linters.
  • Markdown Editing optimized.
  • Custom theme.
  • Package manager message disabled (no fuck to give about update…).

Don’t fork me, learn to backup your personal conf.

It’s easy to do.

https://forum.sublimetext.com/t/what-s-the-best-way-to-backup-the-st3-configuration/25494

Preview

prevew

Installation

Sublime

  • Backup your configuration if you have sublime already installed : cp ~/.config/sublime-text-3 ~/.config/sublime-text-3-oldconf.
  • Or install sublime by the official website.
  • Install package controll via the website or via the command pallete « Install Package Control ».
  • Clone the project in your config folder git clone https://github.com/4sStylZ/SublimeText3.git ~/.config/sublime-text-3/Packages/User/
  • Start sublime and wait : The package control need to install all the packages.

Optionnal : Install ProFont (Else it will be Firacode)

Profont IIX

The new Tobias JUNG Profont IIX seems to be the best for Linux. Find them and install them in the folder .config/sublime-text-3/Packages/User/Fonts/profontiix/

Alternative : 

http://tobiasjung.name/downloadfile.php?file=profontiix.zip

Set ProfontIIx Regular in place of Firacode in the settings.

Old Profonts

  • Extracts the .fonts archive on your home directory : ~/.config/.fonts.
  • CP .fonts.conf to your home : ~/.fonts.conf. (Or concat the content at your file if you have already a .fonts.conf).
  • Type fc-cache -fv on a terminal for force-reload the font cache.

Optionnal : Hack and disable all the update message from package manager

  • Open Resource via PackageResourceViewer -> Select Package Control (installed by default in this sublime conf).
  • Select package_control/package_manager.py to edit.
  • Comment out line self.print_messages(package_name, package_dir, is_upgrade, old_version, new_version) by putting a hash # in the front.
  • Save file.

sublimetext3settings's People

Contributors

4sstylz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.