前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >sublime homebrew configuration

sublime homebrew configuration

原创
作者头像
vanguard
修改2020-03-11 15:02:18
6460
修改2020-03-11 15:02:18
举报
文章被收录于专栏:vanguardvanguard

sublime text

代码语言:text
复制
# Build system
{
    "cmd": ["/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6", "-u", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.python",
    "env": {"PYTHONIOENCODING": "utf8"},
}
# User setting
{
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "expand_tabs_on_save": true,
    "font_size": 14,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "update_check": false,
	"index_files": false,
}
# sublime merge
git add xxx
git commit -m "xxxxx"

Homebrew

代码语言:shell
复制
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
# https://git.coding.net/homebrew/homebrew.git - Coding
# https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git - 清华
# https://mirrors.ustc.edu.cn/brew.git - 中科大
brew analytics off
cd  $(brew --repo)
git remote set-url origin  https://mirrors.ustc.edu.cn/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
brew update / outdated
brew install

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档