-
Set up Sublime to run from the command line. Create a symbolic link for the sublime executable.
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
-
Install Package Control.
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
- https://github.com/omz/Colorsense-for-Xcode - plugin for Xcode to make working with colors more visual
- https://github.com/questbeat/Lin-Xcode5 - Xcode5 plugin showing completion for NSLocalizedString
- https://github.com/ksuther/KSImageNamed-Xcode - Xcode plug-in that provides autocomplete for imageNamed: calls
- https://github.com/MarioRicalde/SCSS.tmbundle - SCSS bundle.
- https://github.com/handcrafted/handcrafted-haml-textmate-bundle - The Handcrafted HAML TextMate Bundle.
####After editing ~/.tmux.conf, execute this from a shell:
tmux source-file ~/.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Temporary files | |
*~ | |
.DS_Store | |
*.swp | |
*.out | |
# Xcode files | |
*~.nib |
In ~/.gitconfig file:
[alias]
ll = log --color --graph --pretty=format:"%Cred%h%Creset\\ -%C(yellow)%d%Creset\\ %s\\ %Cgreen(%cr\\ by\\ %an)%Creset" --abbrev-commit
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
This script helps automate the trick with the synchronization user's TextMate bundles throught dropbox. The script was written for my own needs, but may be useful for somebody else.
==============================================================================
All you need is a Dropbox account. Run script:
NewerOlder