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

https://github.com/shreyas-malhotra/bash_config

A straightforward script designed to replicate my terminal configuration on any given Linux system that uses Bash as its shell.
https://github.com/shreyas-malhotra/bash_config

bash bash-profile bash-script bash-scripts bashrc bashrc-configs dotfile dotfiles dotfiles-linux linux

Last synced: 20 days ago
JSON representation

A straightforward script designed to replicate my terminal configuration on any given Linux system that uses Bash as its shell.

Awesome Lists containing this project

README

          

# bash_config
A straightforward script designed to replicate my terminal configuration on any given Linux system that uses Bash as its shell.

## Installation
**1. Clone the Repository:**
```bash
git clone https://github.com/shreyas-malhotra/bash_config.git
```
**2. Navigate to the Script Directory:**
```bash
cd bash_config
```
**3. Provide Execution Permissions:**
```bash
chmod +x bash_config.sh
```
**4. Run the Script:**
```bash
./bash_config.sh
```