Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 738 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 738 Bytes

Kickstart

A collection of scripts, code snippets, templates and guides for setting up new development projects.

Installation

  1. Clone the repository.
git clone https://github.com/anwaralameddin/kickstart.git
  1. Depending on your system, run the appropriate installation script.
# Bash
kickstart/install
# PowerShell
kickstart\install.ps1
  1. Amend the configuration files to your needs before running kickstart commands.

Usage

For available commands, use either Bash or PowerShell to run:

kickstart -help

Supported projects

  • LaTeX
  • Bash
  • Rust
  • Python
  • C
  • C++