/musical-install

Shell library of helper functions

Primary LanguageShellMIT LicenseMIT

musical-install

musical-install is shell library of helper functions for create install files with use musical emojis.

Functions

  • mi_start (print start emoji) - 🎼
  • mi_step (print step emoji) - 🎵
  • mi_complete (print complete emoji) - 🎶
  • mi_confirm (confirm actions by answer yes or no)
  • mi_install (create symbol links from to)

Usage

#!/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

musical-install usage

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.