Nathan Farrar

Results 28 issues of Nathan Farrar

I'd like to be able to put some files in the root of my vcsh dotfiles repository https://github.com/nfarrar/dotfiles - readme.md - license.txt - install.sh However, these would obviously be installed...

wishlist
maybe_impossible

Vcsh currently reads the ignore & attribute data from files located at `$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME` and `$VCSH_BASE/.gitattributes.d/$VCSH_REPO_NAME` (respectively). I prefer to keep `$HOME` as uncluttered as possible and organize application configurations into...

Would it be possible to add a post-delete hook for running actions automatically when a vcsh repository is deleted?

The [docs/hooks](https://github.com/RichiH/vcsh/blob/master/doc/hooks) page has a list of hooks with some documentation on _some of_ the hooks that are available. Is it possible to add some documentation on those that don't...

Would it be possible to add a pre-commit hook? Specifically - I'm looking at using it to automatically write vcsh gitignore files and simplify this workflow. Right now there are...

moreinfo

I'm trying to use the pre-merge-unclobber hook with branches, but hitting some issues. I've modified it a bit for my preference: ``` # debugging echo '### pre-merge-unclobber called ###' #...

I'm curious what the recommended method for using mr/vcsh to manage external requirements is. Specifically in my case, neobundle (https://github.com/Shougo/neobundle.vim). My .vimrc relies on this repository.

support_request

I'm trying to come up with a solution for using my sublime text 3 configuration both on windows (vcsh via cygwin) and debian. On debian it's stored in $HOME/.config/sublime-text-3/Packages/User and...

support_request

With my tab groups configuration - all my tab groups are stored in a single window session; this appears to be the default and I haven't seen a way to...

Is there a platform-independent way to save the backup files into our Sublime User directory, for example on OSX: ``` ~/Library/Application Support/Sublime Text 3/Packages/User/AutoBackups ``` I can hardcode the path...