Cross-platform directory symlinking
Fixes the bin .cmd files for windows systems to work when executed from symlink dir (see yarn issue: #4564)
Get the real path of the system temp directory
A simple directory tree walker.
Resolve a URI relative to an optional base URI
Tap plugin to provide t.testdir() and t.fixture()
TypeScript definitions for symlink-or-copy
Check if a path is a file, directory, or symlink
Recursive directory reader with a delightful API
Use the :dir pseudo-class in CSS
Make a directory and its parents if needed - Think `mkdir -p`
Symlink files or directories, falling back to copying on Windows
Generate a unique filename for use in temporary directories or caches.
asynchronous file and directory operations for Node.js
Node JS directory compare CLI
Symlink a dependency to node_modules
Convert directories to glob compatible strings
Create symbolic links.
Node JS directory compare
Node.js path.parse() ponyfill
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Resolve a directory that is either local, global or in the user's home directory.
Install local dependencies as symlinks.
Simple tool for replacing symlinks by real files and vice versa.
Create filesystem fixtures fluently
Cross-platform companion toolkit for Anthropic's Claude Code CLI
An ls command with a lot of pretty colors and some other stuff.
Devgem - symlinks your current dir as a bundled gem
# Dotbot: A Cute Lil' Dotfiles Manager I made a simple little dotfiles manager because I got tired of creating symlinks all the time. ## Installation You can install `dotbot` via the `gem` command: $ gem install dotbot Once you have it installed, either create a `~/.dotbot` file (YAML) with the following contents. ``` dir: ~/.dotfiles # or whatever your preferred location is ``` Optionally, instead of a .dotbot file, you can use environment variables, each of the pattern DOTBOT_<var>. For instance, you could execute some commands by saying $ DOTBOT_DIR=~/shnargleflorp dotbot update More commands and options to come later. ## Usage ### Track a New File $ dotbot track <filename> [--git] This command adds the file to your dotfiles repo and creates a symlink in the file's old location so it will stay updated. Use the `--git` flag to also add/commit/push to your remote dotfiles repo. ### Update Your Dotfiles $ dotbot update This command is pretty much just a `git pull` in your dotfiles repo. ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/dotbot-mini. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Dotbot::Mini project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rpalo/dotbot/blob/master/CODE_OF_CONDUCT.md).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.