An open API service indexing awesome lists of open source software.

https://github.com/data-tangles/shell-config

A collection of opiniated shell configuration scripts/files for Linux and Windows
https://github.com/data-tangles/shell-config

bash bashrc blesh gogh starship

Last synced: 2 months ago
JSON representation

A collection of opiniated shell configuration scripts/files for Linux and Windows

Awesome Lists containing this project

README

          

# [data-tangles/shell-config](https://github.com/data-tangles/shell-config)

[![HitCount](https://hits.dwyl.com/data-tangles/shell-config.svg?style=for-the-badge&show=unique)](http://hits.dwyl.com/data-tangles/shell-config)

This repository contains an opinionated set of scripts for configuration of the shell in Linux and Windows. The scripts are interactive and will give some level of customization.

## Customizers

| 🐧 Linux | Description | 🪟 Windows | Description |
| ----- | ------- | ----- | ----- |
| [Gogh](https://github.com/Gogh-Co/Gogh) | Collection of colour schemes for various terminal emulators | | |
| [Starship](https://github.com/starship/starship) | Highly customizable prompt for various shells | | |
| [ble.sh](https://github.com/akinomyoga/ble.sh) | Command line editor which replaces the default GNU readline | | |

## Usage

1. Clone the repository to your local machine

```
git clone https://github.com/data-tangles/shell-config.git
```

2. Follow the instructions relevant to your operating system below

### Linux

1. Navigate to the `linux` folder within the cloned repository

```
cd ./shell-config/linux/
```

2. Run `setup.sh

```
./setup.sh
```