Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.

0xdevalias/sublime-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Features

  • Packages
    • Alignment for easy aligning of variables
    • Gist for Gist support
    • GitGutter for inline git visuals
    • MarkdownEditing for awesome visual markdown editing (like byword and iawriter)
    • SublimeLinter for inline linting
    • Emmet (aka Zen Coding) the essential toolkit for web-developers
    • TODO: Add the rest here
      • My keymaps, snippets and preferences

Installation

  • Install Sublime Text 2
  • Install Sublime Package Control
  • Proceed with cloning this repo as follows..

OSX/Linux

  • OSX: cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User
rm *.sublime-settings
git init
git remote add origin https://github.com/alias1/sublime-settings.git
git pull origin master  --force

Windows

  • XP: cd 'Application Data/Sublime Text 2/Packages/User'
  • 7+: cd 'AppData/Roaming/Sublime Text 2/Packages/User'
  • Portable: cd 'SublimeText2/Data/Packages/User'
rm *.sublime-settings
git init
git remote add origin https://github.com/alias1/sublime-settings.git
git fetch origin
git checkout windows

Suggestion

  • Instead of doing the above, you'll probably want to fork the repository and use your fork instead of mine. That'll allow you to push your changes back.

About

devalias's Sublime Text 2 Settings [deprecated] See @0xdevalias / dotfiles -->

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published