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.
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.
CodeKit installs the following dependencies:
- Neovim + pmartinsdev vim's setup
- Vim
- GIT
- Packer
- NVM + NodeJS latest
- Docker
- Docker Composer
- Yarn
- Lua language server
- Postgres - PG
- AWS Cli
- Expo CLI
- Ripgrep
- Angular CLI
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.