美文网首页
sublime text 3配置

sublime text 3配置

作者: 刀月水 | 来源:发表于2017-10-19 18:22 被阅读0次

安装

  1. Install the GPG key

curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg

  1. Select the channel to use
  • Stable
    echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
  • Dev
    echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/x86_64" | sudo tee -a /etc/pacman.conf
  1. Update pacman and install Sublime Text

sudo pacman -Syu sublime-text

中文输入法

git clone https://github.com/lyfeyaj/sublime-text-imfix.git
cd sublime-text-imfix
./sublime-imfix

插件

chineselocalizations
Codecs33
converttoutf8
package control
sublimerepl

相关文章

网友评论

      本文标题:sublime text 3配置

      本文链接:https://www.haomeiwen.com/subject/vlrpuxtx.html