Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilianb/bash
Bash config and aliases synced to remote machines
https://github.com/kilianb/bash
Last synced: 3 days ago
JSON representation
Bash config and aliases synced to remote machines
- Host: GitHub
- URL: https://github.com/kilianb/bash
- Owner: KilianB
- Created: 2024-06-03T08:43:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:54:20.000Z (3 months ago)
- Last Synced: 2024-08-11T12:54:07.226Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash
Centralized config for personal bash aliases and functions to conveniently set them up on remote machines.
The config files will stay persistent and should only be used if you got your own user account.## Initialize
```bash
wget -O - https://raw.githubusercontent.com/KilianB/bash/main/setup.sh | bash
```