Jan De Dobbeleer

Results 119 comments of Jan De Dobbeleer

> What I am wondering, is whether arkade would support CMD.exe/PS with the patches above, or whether we'd run into issues elsewhere? With this change, every shell should be supported...

@alexellis I did a "small" rework based on the comments above as indeed, you'd want the Windows executable to work in all shells and that implies we can't force the...

> What about 64-bit ARM Windows? @alexellis that should return the same, oh-my-posh uses the same logic.

@Shikachuu 1. sure, that could be done I guess. 2. no, and there's no harm in calling win32 on Windows, golang does the same itself btw. They just abstract it...

@ehawman-rosenberg I saw this, letting it marinate. I would rather have a mock environment with default values than allow a ton of settings. The glyphs is a challenge, previous work...

@ehawman-rosenberg @lewis-yeung I'm more in favour of having a model that parses to the segments properties and enables what's listed. Easier to read/extend and maintain, no?

@svrooij this is a very good use-case to implement a [bubbletea](https://github.com/charmbracelet/bubbletea) style setup command that will guide you through this (where we can). It would mean a few things though....

@svrooij part of it. The hardest part will be figuring out how install a font using the CLI. Never really did that before but there's examples.

@svrooij to install fonts, I found [this](https://github.com/Crosse/font-install) one. It can even install from a zip file which means we can fetch all available fonts, download and install using the logic...