Skip to content

Latest commit

 

History

History
executable file
·
49 lines (35 loc) · 2.18 KB

File metadata and controls

executable file
·
49 lines (35 loc) · 2.18 KB

CodeKit

CodeKit is a simple and powerful repository that helps you organize and streamline your coding environment on a UNIX system. It includes a default configuration for a UNIX system, with all the necessary tools and languages to start software development.

Installation

To install CodeKit, simply run the following command in your terminal:

curl -fsSL https://raw.githubusercontent.com/pmartinsdev/code-kit/main/install.sh | sh

💡 If you want to setup your terminal like mine, run the following command in your terminal before run the script above:

curl -fsSL https://raw.githubusercontent.com/pmartinsdev/code-kit/main/setup-terminal.sh | sh

The installation script will download and install the necessary dependencies from the internet. Make sure to have internet access during the installation process.

Dependencies

CodeKit installs the following dependencies:

Opcional

CodeKit is designed to make your coding environment setup process as easy and straightforward as possible. Whether you are a beginner or an experienced coder, CodeKit can help you streamline your workflow, automate repetitive tasks, and increase your productivity.

In addition to its default configuration, CodeKit is highly customizable, allowing you to add or remove tools and languages as needed. Plus, it's open source, so you can contribute to its development and improve it for the entire community.