Git Product home page Git Product logo

dotatom's Introduction

Kaustav's Atom configurations

These are my set of configurations for the Atom text editor. It is geared for working in JavaScript, Golang, Rust, Markdown, HTML and CSS.

Install

  1. Atom version

Needs atom v1.6+.

  1. Clone the repository

    $ git clone [email protected]:kaustavdm/dotatom --recursive
  2. Set-up symlink

    $ ln -s <path-to>/dotatom ~/.atom
  3. Copy config.cson.sample to config.cson and edit values

    $ cp <path-to>/dotatom/config.cson.sample <path-to>/dotatom/config.cson
  4. Set-up dependencies available on npm

    $ sudo npm install -g aspell jslint tern
  5. Set-up Go dependencies

    • Install Golang
    • Set GOPATH environment variable
    • Install Gocode: $ go get -u github.com/nsf/gocode.
    • Install Golint: $ go get -u github.com/golang/lint.
    • Install Gorename: $ go get golang.org/x/tools/cmd/gorename.
    • Make sure gocode, godef, golint and gorename executibles are on PATH.
  6. Set-up Rust dependencies

    • Install Rust
    • Download Rust sources and set RUST_SRC_PATH environment variable to the ./src directory in the Rust source.
    • Install Racer: $ cargo install racer
    • Install Rustfmt: $ cargo install rustfmt
    • Make sure the racer and rustfmt executibles are on PATH.
  7. Install Adobe Source Code Pro font

  8. Install atom package dependencies:

    For Linux/OSX:

    $ cd <path-to>/dotatom
    $ sh ./install.sh

    For Windows:

    $ cd <path-to>/dotatom
    $ install.bat

    If you encounter an error, go through the error log and install necessary dependencies.

  9. Run atom. In the directory that you want atom to begin, run $ atom ..

dotatom's People

Watchers

 avatar Jack Hallyne 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.