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
- Host: GitHub
- URL: https://github.com/data-tangles/shell-config
- Owner: data-tangles
- Created: 2024-05-04T21:09:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:41:50.000Z (about 2 years ago)
- Last Synced: 2025-06-06T06:08:11.274Z (about 1 year ago)
- Topics: bash, bashrc, blesh, gogh, starship
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [data-tangles/shell-config](https://github.com/data-tangles/shell-config)
[](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
```