Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```