Hugo

Results 372 issues of Hugo

Currently, `holoscripts` get run by basically including this `.install` script **in each package**: ```sh #!/bin/sh post_install() { holo apply } post_upgrade() { holo apply } post_remove() { holo apply }...

```console > sudo holo apply file:/etc/pacman.conf Working on file:/etc/pacman.conf store at /usr/share/holo/var/lib/holo/files/base/etc/pacman.conf passthru /usr/share/holo/files/20-paru/etc/pacman.conf.holoscript passthru /usr/share/holo/files/30-locale/etc/pacman.conf.holoscript passthru /usr/share/holo/files/30-sysconfig/etc/pacman.conf.holoscript ``` The path in the line that starts with `store at` is...

I'm not entirely sure if this is a valid place to report this, but there seems to be no other channel anyway. I'm trying to submit my project, but when...

bug
high-priority

I've done a few very minor tweaks to setup, mainly to make it more portable. See the commit logs for exact details.

During setup, nano is executed instead of respecting the user's $EDITOR. This breaks if: - Nano is not installed - User has no idea how to use nano (though `killall...

Hi! I'm trying to integrate this into `nvim` via [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter). However, due to the way it works right now, a specific tag must be pinned, that specific version is downloaded....

Current documentation mainly targets packagers and developers. Through conversations in GitHub, different requirements have come up that aren't really documented anywhere. The intention of this new page is to document...

I understand that how much blurring looks good in extremely subjective, however, with the current defaults blurred text is easily readable (partially defeating the idea of locking my screen). I...

``` > batman man -bx: -c: line 1: unexpected EOF while looking for matching `"' -bx: -c: line 2: syntax error: unexpected end of file > batman --version batman 2022.07.29...

bug
batman

### Acknowledgements - [X] I acknowledge that I have read the above items ### Describe the bug The popup shown via the CAD button shows a large area with "No...

enhancement/ui
Feature Request