Nick Wolf

Results 15 issues of Nick Wolf

Hi, Just wondering if there is a plan to support the XDG format for storing config/cache files in set locations rather than direct in the home file. This link details...

I can see from some of the presets that you can toggle whether the battery widget shows the time remaining or not. I'm looking to disable it. I have {...

I seem to be running into an error with copying whole directories over when using a ENV in the path. fresh config/espanso --file=~/.config/espanso/ works fresh config/espanso --file=$XDG_CONFIG_HOME/espanso/ does not. running...

I currently have an if block in my freshrc which echos `Static ASDF not requested` if the criteria is met. When I run fresh install, this echoes once, when I...

Hi, thanks for a great tool. I was originally going to raise an issue about customising the location of the .fresh and .freshrc files, but looking at the perl script...

documentation

Hi, Looks like there's been at least 30+ commits merged since the last commit. Any chance of a release so that it's updated on rubygems?

It would be amazing to have this listed on Homebrew so it could be more easily installed. It looks like they detail the process here. https://docs.brew.sh/Formula-Cookbook

At the moment the `default-gems` file has to be stored in the $HOME directory. I'm wondering if it's possible to make this location customisable, either following the XDG format or...

When I get a new computer I have a script that copies my tool-version file from my dotfiles into .config/asdf With other languages this doesn't cause an issue because the...

https://github.com/asdf-vm/asdf-ruby/blob/de1fb60e977e784cbaa7a9d50384dcae7c32dbb1/lib/utils.sh#L20 This appears to be comparing the date of ruby-build (20190401) with an earlier sha of the ruby build repo. (44b0c75) This means it always downloads the whole repo every...