Giter Site home page Giter Site logo

spacemacs's Introduction

安装spacemacs

git clone https://github.com/syl20bnr/spacemacs.git ~/.emacs.d -b develop

安装字体

https://github.com/adobe-fonts/source-code-pro

安装拼写检查

brew install ispell

Cask安装

curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

设置环境变量

export PATH=”Users/ccc.cask/bin:$PATH”

Ag安装

Mac OS X 通过 Homebrew 安装

brew install the_silver_searcher

Ubuntu 下安装

apt-get install silversearcher-ag

Windows 下通过 msys2 安装(确保在 path 中)

pacman -S mingw-w64-i686-ag # 32 位电脑 pacman -S mingw-w64-x86_64-ag # 64 位电脑

编程环境

pyhon环境需安装插件

* Either of these

pip install rope pip install jedi

* flake8 用来检查语法错误

pip install flake8

* importmagic 用来自动引入需要的包

pip install importmagic

* autopep8 用来检查PEP8规范

pip install autopep8

* yapf 用来格式化代码

pip install yapf

lisp环境安装插件

brew install sbcl

spacemacs's People

Contributors

qhwhc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.