fresh icon indicating copy to clipboard operation
fresh copied to clipboard

Keep your dotfiles fresh.

Results 44 fresh issues
Sort by recently updated
recently updated
newest added

The install script output and generated example `.freshrc` file should reference `contrib/source-build.sh`. When `$SHELL` is bash we should output something like the following: ```sh fresh freshshell/fresh bin/fresh --bin fresh freshshell/fresh...

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

``` sh # .freshrc fresh twe4ked/dotfiles fresh/zsh-syntax-highlighting.freshrc --freshrc ``` …could be used to pull in this [zsh syntax highlighting freshrc](https://github.com/twe4ked/dotfiles/blob/68d133f9b45c48159437946ef85e1ef52cef86ff/freshrc#L27-L30): ``` sh # fresh/zsh-syntax-highlighting.freshrc fresh zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh --file=vendor/zsh-syntax-highlighting.zsh fresh zsh-users/zsh-syntax-highlighting...

Add a command "fresh lock" or similar that will grab the revisions of each external file to lock everything in place. I often roll out vm's and fresh only to...

I think we've discussed this before, @jasoncodes, but I can't remember the outcome. Could we have a `--make` option that cd's into the directory and runs `make` during the build?...

Currently this seems to work for linking a bunch of files into a directory: `fresh mutt/\* --file=.mutt/` It would be nice to be able to do the same with bin...

We currently call `git show $REF:$PATH` which does not match remote branches. It only works with commit refs and local branches names. When the branch has not been check Do...

My `freshrc` contains the following: ```sh fresh vim/colors --file=~/.vim/colors/ ``` This builds `~/.fresh/build/vim-colors` and symlinks it to `~/.vim/colors`. As a result, any new files created in `~/.vim/colors` are silently lost...

E.g. If you have the following: ``` fresh foo/bar baz --filter="grep -v 'some bad option'" ``` And after an update `some bad option` has been removed so the filter is...