I have a few suggestions to help anyone forking your config:
|
content = [ |
|
" ██████╗░███████╗░█████╗░░█████╗░██████╗░████████╗░░░████████╗███████╗░█████╗░██╗░░██╗" |
|
" ██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝░░░╚══██╔══╝██╔════╝██╔══██╗██║░░██║" |
|
" ██║░░██║█████╗░░██║░░╚═╝██║░░██║██████╔╝░░░██║░░░░░░░░░██║░░░█████╗░░██║░░╚═╝███████║" |
|
" ██║░░██║██╔══╝░░██║░░██╗██║░░██║██╔══██╗░░░██║░░░░░░░░░██║░░░██╔══╝░░██║░░██╗██╔══██║" |
|
" ██████╔╝███████╗╚█████╔╝╚█████╔╝██║░░██║░░░██║░░░██╗░░░██║░░░███████╗╚█████╔╝██║░░██║" |
|
" ╚═════╝░╚══════╝░╚════╝░░╚════╝░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░░╚═╝░░░╚══════╝░╚════╝░╚═╝░░╚═╝" |
|
]; |
I wanted to add my own take on the banner, and it took some time to find out how to generate something like this. I tried several command lines and online generators, only this one worked.
It was not easy to find this character. Simply searching for U+EADC did not yield anything. It took me some time to find it in NerdFonts here. Thankfully, it was easy to figure out which nerd font I needed thanks to your nix config.
Thanks for putting all of this together @dc-tec!
I have a few suggestions to help anyone forking your config:
nixvim/config/plugins/ui/startup.nix
Lines 18 to 25 in eac06d7
I wanted to add my own take on the banner, and it took some time to find out how to generate something like this. I tried several command lines and online generators, only this one worked.
nixvim/config/plugins/git/gitsigns.nix
Lines 6 to 8 in eac06d7
It was not easy to find this character. Simply searching for
U+EADCdid not yield anything. It took me some time to find it in NerdFonts here. Thankfully, it was easy to figure out which nerd font I needed thanks to your nix config.Thanks for putting all of this together @dc-tec!