fresh
fresh copied to clipboard
Keep your dotfiles fresh.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
I am running MSYS2 (from RubyInstaller) have same issue as described in #134. * error creating symlink to nonexistent `build` directory. * `build.new` is not yet renamed/moved to `build`. *...
I can see that `.fresh-order` can be used to ensure particular files get read before any others, but is there any functionality available to ensure some particular files are read...
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...
Hi, I recently setup a new system and with the installation of fresh I got to test the pearl setup. In my freshrc I'm changing the FRESH_LOCAL twice. 1. To...
Seems like I've encountered a bug when trying to do this: `fresh DanielVartanov/willgit bin/\* --ref=f5403069d33dc0887267278080d74c2e6a197441 --bin` When running fresh, it errors out with "fatal: Path 'bin/.fresh-order' does not exist in...
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...
My `.freshrc` looks like this: ```bash fresh symlinked.file ``` I run `fresh` and check `~/.fresh/build/shell.sh` the file it is not included. Is this intended functionality and, if so, why?
My `~/.dotfiles/vim/mappings/` contains: ``` disable-cursor-keys.vim indent.vim pasteboard.vim whitespace.vim ``` Some people would like to source all my mappings except for `disable-cursor-keys.vim`. Right now this requires 3 lines and any new...
UPDATE: Actually, this seems to be happening with regular `fresh` invocations in the command line now, I'm not sure what is going on other than there seems to be something...