Arctic Ice Studio

Results 308 comments of Arctic Ice Studio

From what I've found in most issue reports and tutorials about getting dircolors set up for macOS it seems that BSD `ls` can only be configured by setting the `LSCOLORS`...

That's because you specified the `-l` option which prints the output in a long listing format including all the details. If you run `ls` without any option it will print...

Reopened to improve the documentation by clarify that the project only works for GNU `ls`. Refer macOS users to the `LSCOLORS` environment variable documentation and link to a color scheme...

Hi @mriganktiwari 👋🏼 This was a known bug and the fix in #19 has been merged yesterday into the `master` branch. The Nord documentations have also been updated in https://github.com/arcticicestudio/nord-docs/pull/206,...

Just saw the issue title and remembered that Alacritty uses [custom _terminfo_ definitions][ti]. To support them the definitions were added in #12, but this change is currently only in `master`...

@mriganktiwari Did the changes from #19 (and passively #12) helped to fix your problem? Otherwise some more details about your setup (shell name/version/config, Alacritty version, …) might help to get...

Thanks for your contribution :+1: Looks like this is related to #19. This line is not logged by the script but the underlying used library: ```raw GLib-GIO-Message: Using the 'memory'...

@liggettla Can you please try to reproduce the problem when running the following line before the install script: ```sh export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules ```

@liggettla Thanks for testing. I'll add the constant to the script to fix the problem for affected distributions.

@AtomScott The line above was just for testing purposes, it should be added to the install script itself without exporting it into the current session, otherwise it'll mess up the...