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.
- Host: GitHub
- URL: https://github.com/shreyas-malhotra/bash_config
- Owner: shreyas-malhotra
- Created: 2024-06-07T07:04:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T17:28:22.000Z (almost 2 years ago)
- Last Synced: 2025-08-20T23:41:14.777Z (8 months ago)
- Topics: bash, bash-profile, bash-script, bash-scripts, bashrc, bashrc-configs, dotfile, dotfiles, dotfiles-linux, linux
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```