Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/.bashrc
My personal .bashrc file
https://github.com/mecaneer23/.bashrc
Last synced: about 2 months ago
JSON representation
My personal .bashrc file
- Host: GitHub
- URL: https://github.com/mecaneer23/.bashrc
- Owner: mecaneer23
- License: mit
- Created: 2023-02-27T02:47:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T19:00:01.000Z (5 months ago)
- Last Synced: 2024-08-03T21:33:00.336Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .bashrc
This is my personal bashrc.
## Install as standalone file
```bash
mv ~/.bashrc ~/.bashrc.old; curl -f https://raw.githubusercontent.com/mecaneer23/.bashrc/main/.bashrc -o ~/.bashrc && source ~/.bashrc
```## Install as repository
```bash
source <(curl -s -L https://raw.githubusercontent.com/mecaneer23/.bashrc/main/.bashrc) && install-bashrc
```