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
- Host: GitHub
- URL: https://github.com/jonnitto/bash
- Owner: jonnitto
- Created: 2019-07-08T06:38:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T18:43:16.000Z (about 6 years ago)
- Last Synced: 2025-02-17T03:42:59.115Z (over 1 year ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```