/dev-env

my development environment set up

Primary LanguageShellMIT LicenseMIT

dev-env

my development environment set up

/toolset

Command Line Tools

Prerequisites

Utilities

Mac Apps

Development

Design

Communication

Utilities

Atom Extensions

Theme & Icon:

Utilities:

HTML/CSS/JS/React Specific Packages:

Usage

Install EVERYTHING!

apm install atom-beautify prettier-atom atom-transpose case-keep-replace change-case copy-path duplicate-line-or-selection editorconfig file-icons git-plus highlight-selected local-history project-manager related set-syntax atom-reveal-file-in-finder sort-lines sublime-style-column-selection tab-foldername-index toggle-quotes atom-wrap-in-tag atom-ternjs autoclose-html autocomplete-modules color-picker docblockr emmet emmet-jsx-css-modules es6-javascript js-hyperclick hyperclick pigments linter-eslint tree-view-copy-relative-path lodash-snippets one-dark-ui dracula-theme refactor js-refactor lebab minimap atom-material-ui merge-conflicts

Restart your Atom to take effect.

/git

Cloning your personal/organization repositories from Github/Gitlab/BitBucket to your local machine in one command.

Prerequisites

Make sure you are done with the following:

  • Git is installed on your local machine.
  • SSH key on local machine is added to your GitHub/GitLab/BitBucket account. If you don't have the key, generate one following this link.

Usage

Run the following command:

coming soon...

All your cloned repositories will be placed in /repos upper one level of this dir.

/docker

Starting services as docker containers so that you don't need to install each of them on your local machine.

Database:

Others:

Prerequisites

Make sure the following tools are installed on your local machine:

Usage

Run the following command to start services:

./docker/run.sh --start

To stop and delete services, run:

./docker/run.sh --stop

Some directories will be created automatically in upper one level outside this dir on the first time you start it. Those are persistant storages for your services.