0
0
2
| 1 | #!/bin/bash |
| 2 | # Based on: |
| 3 | # https://github.com/Powerlevel9k/powerlevel9k/wiki/Install-Instructions |
| 4 | # https://github.com/ohmyzsh/ohmyzsh |
| 5 | # https://powerline.readthedocs.io/en/latest/installation/linux.html#fonts-installation |
| 6 | # https://gist.github.com/dogrocker/1efb8fd9427779c827058f873b94df95 |
| 7 | # https://linuxhint.com/install_zsh_shell_ubuntu_1804/ |
| 8 | |
| 9 | echo "*********************************************" |
| 10 | echo " zsh fancifier" |