Skip to content

eray-can/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Setup

This repository contains configurations, documentation, and setup instructions for various development tools I use in my daily workflow.

Tools and Configurations

IDEs and Code Editors

Terminal and Shell

Database Tools

API Development and Testing

  • Postman - API testing and development platform
  • Mockoon - API mocking tool

Productivity Applications

Installation

You have several options for installing the development tools:

Install Everything

To install all tools at once:

./install_all.sh

Install by Category

Each category has its own installation script:

# Install IDE and Editor tools
./ide_editors/install.sh

# Install Terminal and Shell tools
./terminal_shell/install.sh

# Install Database tools
./database_tools/install.sh

# Install API tools
./api_tools/install.sh

# Install Productivity tools
./productivity/install.sh

Individual Tool Installation

For specific tool installation instructions, refer to each tool's README file.

Configuration

After installation, you may need to configure some tools manually. Please check each tool's README for specific configuration instructions.

Structure

dev_setup/
├── README.md
├── install_all.sh
├── api_tools/
│   ├── install.sh
│   ├── mockoon/
│   └── postman/
├── database_tools/
│   ├── install.sh
│   ├── mongodb_compass/
│   └── sequel_ace/
├── ide_editors/
│   ├── install.sh
│   ├── goland/
│   ├── jetbrains_toolbox/
│   └── phpstorm/
├── productivity/
│   ├── install.sh
│   ├── copy_clip/
│   ├── raycast/
│   └── rectangle/
└── terminal_shell/
    ├── install.sh
    ├── iterm/
    └── zshrc/

Usage

Refer to the README file in each tool's directory for specific usage instructions, shortcuts, and configurations.

About

erays dev setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages