https://github.com/madurmanov/musical-install
Shell library of helper functions
https://github.com/madurmanov/musical-install
helper-functions library shell
Last synced: 20 days ago
JSON representation
Shell library of helper functions
- Host: GitHub
- URL: https://github.com/madurmanov/musical-install
- Owner: madurmanov
- License: mit
- Created: 2017-03-23T20:57:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T18:36:08.000Z (about 8 years ago)
- Last Synced: 2025-03-02T18:37:22.646Z (over 1 year ago)
- Topics: helper-functions, library, shell
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# musical-install
musical-install is shell library of helper functions for create install files with use musical emojis.
## Functions
- mi_start (print start emoji) - :musical_score:
- mi_step (print step emoji) - :musical_note:
- mi_complete (print complete emoji) - :notes:
- mi_confirm (confirm actions by answer yes or no)
- mi_install (create symbol links from to)
## Usage
```shell
#!/bin/bash
eval "$(curl -sL https://raw.githubusercontent.com/madurmanov/musical-install/master/musical-install.sh)"
mi_start
if mi_confirm "Do you want install emacs" ; then
mi_install .emacs.d $HOME
fi
mi_complete
```

## Wishes
Make music guys by automating your work environment with fun.
## License
**musical-install** is released under the MIT License. See the bundled `LICENSE.md` for details.