Skip to main content

Shell scripts for nursing a linux machine

Project description

# forester

This will be my collection of scripts for the linux shell. Currently I am onboarding them one by one. So come back in a couple of weeks.

[![codecov](https://codecov.io/gh/chr1st1ank/forester/branch/master/graph/badge.svg)](https://codecov.io/gh/chr1st1ank/forester)

## Usage

## Installation

## Setting up the development environment

First get a Python interpreter independent from system Python. [Pyenv](https://github.com/pyenv/pyenv) is a good choice for this:

pip install pyenv pyenv install 3.7.5

Now activate the new interpreter and install [pipenv](https://github.com/pypa/pipenv) which is used to manage the project’s dependencies:

pyenv global 3.7.5 pyenv exec pip install pipenv

Install the actual dependencies into a virtual environment and activate it:

pyenv exec pipenv install –dev –python 3.7.5 pipenv shell

## Licence

The code in this repository is made available under the MIT license. Feel free to use, change and distribute it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

forester-0.3.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

forester-0.3.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page