sublime text 配置 for mac(懒人必备)

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/

echo Install...

echo ==================================================

# Install Package Control

# import urllib2,os; pf=‘Package Control.sublime-package‘; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),‘wb‘).write(urllib2.urlopen(‘http://sublime.wbond.net/‘+pf.replace(‘ ‘,‘%20‘)).read()); print ‘Please restart Sublime Text to finish installation‘

echo === Theme - Soda ===

rm -rf "Theme - Soda"

git clone https://github.com/buymeasoda/soda-theme.git "Theme - Soda"

echo === RailsCasts Colour Scheme ===

rm -rf "RailsCasts Colour Scheme"

git clone https://github.com/talltroym/sublime-theme-railscasts.git "RailsCasts Colour Scheme"

echo === GBK Encoding Support ===

rm -rf "GBK Encoding Support"

git clone https://github.com/akira-cn/sublime-gbk.git "GBK Encoding Support"

echo === SideBarEnhancements ===

rm -rf "SideBarEnhancements"

git clone https://github.com/titoBouzout/SideBarEnhancements.git "SideBarEnhancements"

echo === Gist ===

rm -rf "Gist"

git clone https://github.com/condemil/Gist.git "Gist"

echo === SublimeAStyleFormatter ===

rm -rf "SublimeAStyleFormatter"

git clone https://github.com/timonwong/SublimeAStyleFormatter.git "SublimeAStyleFormatter"

echo === MarkdownBuild/SublimeBullet ===

rm -rf "MarkdownBuild"

git clone https://github.com/erinata/SublimeBullet.git "MarkdownBuild"

echo === Markdown Preview ===

rm -rf "Markdown Preview"

git clone https://github.com/revolunet/sublimetext-markdown-preview "Markdown Preview"

echo === Git ===

rm -rf "Git"

git clone https://github.com/kemayo/sublime-text-2-git.git "Git"

echo === SideBarGit ===

rm -rf "SideBarGit"

git clone https://github.com/SublimeText/SideBarGit.git "SideBarGit"

echo === Sublime-HTMLPrettify ===

rm -rf "Sublime-HTMLPrettify"

git clone https://github.com/victorporof/Sublime-HTMLPrettify.git "Sublime-HTMLPrettify"

echo === CSSTidy ===

rm -rf "CSSTidy"

git clone https://github.com/fitnr/SublimeCSSTidy.git "CSSTidy"

echo === Maven ===

rm -rf "Maven"

git clone https://github.com/nlloyd/SublimeMaven.git "Maven"

echo === Twitter Bootstrap Snippets ===

rm -rf "Twitter Bootstrap Snippets"

git clone https://github.com/devtellect/sublime-twitter-bootstrap-snippets.git "Twitter Bootstrap Snippets"

echo === JsFormat ===

rm -rf "JsFormat"

git clone https://github.com/jdc0589/JsFormat.git "JsFormat"

echo === Aweibo ===

rm -rf "Aweibo"

git clone https://github.com/zhanglubing/sublime-aweibo.git "Aweibo"

echo === SublimeWeibo ===

rm -rf "SublimeWeibo"

git clone https://github.com/zhanglubing/sublime-sublimeweibo.git "SublimeWeibo"

echo === Live Reload ===

rm -rf "Live Reload"

git clone https://github.com/dz0ny/LiveReload-sublimetext2.git "Live Reload"

echo === Licence Snippets ===

rm -rf "Licence Snippets"

git clone https://github.com/sijk/sublime-licence-snippets.git "Licence Snippets"

echo ==================================================

echo Done!

时间: 2024-07-30 21:48:58

sublime text 配置 for mac(懒人必备)的相关文章

Sublime Text配置

官网最新版本号 3059 破解链接: http://bbs.pediy.com/showthread.php?t=182774 可以看那个人放出来的百度网盘,去他的百度网盘里面可以看到最新的破解文件. 原版下载地址: http://www.sublimetext.com/3 安装Package Control https://sublime.wbond.net/installation 一般就直接采用第二种方法下载安装吧! Click the Preferences > Browse Packa

懒人必备的移动端定宽网页适配方案

如今移动设备的分辨率纷繁复杂.以前仅仅是安卓机拥有各种各样的适配问题,如今 iPhone 也拥有了三种主流的分辨率,而未来的 iPhone 7 可能又会玩出什么新花样.如何以不变应万变,用简简单单的几行代码就能支持种类繁多的屏幕分辨率呢?今天就给大家介绍一种懒人必备的移动端定宽网页适配方法. 首先看看下面这行代码: <meta name="viewport" content="width=device-width, user-scalabel=no">

Sublime Text 配置成 C++ IDE

在Windows中将Sublime Text配置成C++的IDE.首先,为了运行C++需要安装g++编译器,g++可直接在codeblocks中找到.codeblock的官网下载地址是http://www.codeblocks.org/downloads/26.大家可以下载一个较全的codeblock进行编程,地址是http://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01min

Windows Sublime Text 配置Linux子系统(WSL)下的 gcc/g++ 编译环境

0. 简介(若已了解背景可以跳过此部分) Windows 10 Build 14316以上版本中加入了"Windows系统的Linux子系统"(Windows Subsystem for Linux,以下简称WSL)功能,这是一个完整的Linux系统.Sublime Text是一个迅速并且功能强大代码编辑器.现在网上大多数关于Sublime Text配置gcc/g++编译环境的教程都是用MinGW之类的工具,这里来讲讲如何使用WSL来创建原汁原味的gcc/g++编译环境. 1. 安装W

Mac OSX下Sublime Text配置使用Ctags实现代码跳转

1. 先用brew工具安装ctags,安装路径在/user/local/bin The default ctags executable in OSX does not support recursive directory search (i.e. ctags -R). To get a proper copy of ctags, use one of the following options: Using Homebrew: brew install ctags Using MacPort

sublime text配置记录

代码编辑器有一直都有在尝试新的,如brackets/vs code/webstrom,最后还是用回sublime,每次要重新安装的时候都需要上网搜索相关配置资料,特些记录,以备下次使用: 下载地址 下载地址(sublime text3)如果要下载2的只需把最后的数字3改成2即可:http://www.sublimetext.com/3 Package Control安装 必备工具Package Control的安装,按快捷键Ctrl+'或者通过view->show console把下面代码粘贴进

【分享】个人开发环境Sublime Text配置

作者:zhanhailiang 日期:2014-11-21 Sublime Text设置(perfernces > Settings - User) { // 使用tab来实现自动完成 "auto_complete_commit_on_tab": true, // 使用颜色主题 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", // 默认以unix行结束符(

Sublime text 3 在mac系统上的安装,并安装插件

一.1. Sublime Text Build 3103.dmg下载(官网地址:https://www.sublimetext.com/3),双击安装: 二.输入注册码. 点击菜单help-Ender License 将下列文字粘贴进去点击use License 即可. -– BEGIN LICENSE -– Ryan Clark Single User License EA7E-812479 2158A7DE B690A7A3 8EC04710 006A5EEB 34E77CA3 9C82C8

Python 环境搭建和sublime text配置(新手向)

Python的环境搭建是Python学习的第一步,关于这一点,网上有很多的资源,方法五花八门.由于工作原因,自己给同事写过很多处理Excel.爬虫的代码,也装过很多次 Python(用 pyinstaller 打包成 exe 有时候太大了),所以决定写一篇以供初学者参考 Python环境搭建 直接安装 Anaconda (500M+)就行了 (嫌大的可以装 Miniconda,70M左右) Anaconda 是什么? Anaconda 是 Python 的一个发行版,集合了 jupyter no