为sublime text 3 手动安装Package Control, 并设置HTTP 代理

 

 

https://packagecontrol.io/installation

Manual

If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:

  1. Click the Preferences > Browse Packages… menu
  2. Browse up a folder and then into the Installed Packages/ folder
  3. Download Package Control.sublime-package and copy it into theInstalled Packages/ directory
  4. Restart Sublime Text

 

Proxy Setting:

Preferences > package settings > package control > settings-USER 中添加

 

    "http_proxy": "proxy_ip:proxy_port",
    "https_proxy": "proxy_ip:proxy_port",

 

为sublime 3安装一款主题:

找到了predawn(github)这款主题,觉得还行。Sublime Text 3 下载

下面来进行安装主题吧!

1、按下Ctrl+Shift+P调出命令面板;

2、输入install 调出 Install Package 选项并回车,然后在列表中输入predawn,然后回车安装;

3、安装好后,设置用户设置 Perferences -> Settings User,引入以下代码

    "theme": "predawn.sublime-theme",
    "color_scheme": "Packages/Predawn/predawn.tmTheme",
    "tabs_small": true,
    "findreplace_small": true,
    "sidebar_default": true,
    "sidebar_large": true,
    "gutter": true,
    "line_padding_top": 1,
    "line_padding_bottom": 1,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "word_wrap": true,
    "scroll_past_end": true

 

保存即可。

 

为sublime 3安装python 插件:

  Anaconda

  Autopep8

  SublimeREPL

  SublimeTmpl

  SideBarEnhancements: 侧边栏功能增强

  Djaneiro: 提供了对Django的支持

  SublimeGit 和 GitGutter, 前者可以帮助我们在 Sublime 中使用 Git 命令 (通过 ctrl+shift+p 或 cmd+shift+p), 后者在编辑时在 Gutter 显示 Git 差异, 十分方便.

 

转载于:https://www.cnblogs.com/xurui/p/install_package_control_and_setting_http_proxy_for_sublime_text_3.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值