This repository contains Kali Linux automated bootstrap procedure with some basic DEV tools installed.
The main script bootstrap_kali.sh
will install all basic tools (list below) to prepare Kali as DEV environment:
- Install:
python3
withpython3-pip
,virtualenv
,virtualenvwrapper
,pipenv
python-pip
withvirtualenvwrapper
vim
andVisual Studio Code
Docker
Community Edition (CE),curl
,terminator
chromium
browser
- Full-Upgrade of the distribution on each subsequent script trigger.
Bootstrap procedure is idempotent
-
Clone the repository:
cd <repository_root_dir> git clone [email protected]:patryk-gpl/kali-linux.git
-
Switch to a root user and run the bootstrap script:
su - cd <repository_root_dir>/kali-linux chmod +x bootstrap_kali.sh scripts/*.sh ./bootstrap_kali.sh
- Git commits are following Karma, Git commit messages naming convention.
- The bootstrap procedure has been tested with
Kali GNU/Linux Rolling
, release2019.1
.