Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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