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

https://github.com/jonnitto/bash

Synchronized Bash Scripts on Login
https://github.com/jonnitto/bash

Last synced: about 1 year ago
JSON representation

Synchronized Bash Scripts on Login

Awesome Lists containing this project

README

          

# Synchronized Bash Scripts on Login `.bash_sync`

These bash files get downloaded every time I log into my servers. Like that, I can maintain the `.bash_sync` in one place.

## Installation

```bash
wget -qN https://raw.githubusercontent.com/jonnitto/bash/master/bash.sh -O syncBashScript.sh; source syncBashScript.sh
```