Most of the hard work is done by @nateevans https://gist.github.com/nateevans/9958390
Thank you!
Requires Twig ^1.2 | ^2.0
{% extends 'knp_menu.html.twig' %}| # Being unsatisfied with the look of mc in console/terminal windows, I made this for my own use. | |
| # Version 3.7, subject to change over the years.. <j@jult.nl> | |
| # I N S T A L L | |
| # Put this file (jult.ini) in either of these skin-directories: | |
| # /etc/mc/skins/ | |
| # /usr/share/mc/skins/ | |
| # ~/.local/share/mc/skins/ |
Most of the hard work is done by @nateevans https://gist.github.com/nateevans/9958390
Thank you!
Requires Twig ^1.2 | ^2.0
{% extends 'knp_menu.html.twig' %}| #!/usr/bin/env bash | |
| echo ">>> Installing Mailhog" | |
| # Download binary from github | |
| wget --quiet -O ~/mailhog https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_linux_amd64 | |
| # Make it executable | |
| chmod +x ~/mailhog |