dotbot icon indicating copy to clipboard operation
dotbot copied to clipboard

A tool that bootstraps your dotfiles ⚡️

Results 51 dotbot issues
Sort by recently updated
recently updated
newest added

Please forgive me if I misunderstood the syntax, but I have a clause in my install file for Windows installs: ```yaml ~/Documents/WindowsPowerShell/Profile.ps1 : path: Profile.ps1 if: '[ $(command -v powershell)...

This PR introduces the following changes: * Add full support for Windows Powershell (CPython 3.8+) and Cygwin (CPython 2.7+, PyPy 2.7, and PyPy 3.9). * Migrate all existing unit tests...

Running [d2f76a2](https://github.com/anishathalye/dotbot/commit/d2f76a25933f97cd37ef94e3bf9c134b9c55a02a), I found that this from the examples: ```yaml link: ~/.config/: glob: true path: config/* ``` ... does not work when you only have one file in the config...

HI, I would like to link/download external file - i.e. https://raw.githubusercontent.com/Azure/azure-cli/dev/az.completion - locally, to use in completions. What would be best way to do it ?

Just like on a link action, the value is executed in the shell. If it has a non-zero exit code (indicating failure), the whole task is skipped. This allows tasks...

… in which case the destination is assumed to be a folder in which source paths are linked. This is to solve #301. The diff on github is borked and...

enhancement

This issue tracks development for testing on Windows. This type of ticket typically generates a lot of traffic, so please only contribute to the technical discussion. ## Targets * [x]...

just like **[LINK](https://github.com/anishathalye/dotbot#format)** directive, there should one for running individual commands for SHELL directive. Ex: ```yaml - shell: - command: apt update && apt upgrade -y if: lsb_release -i |...

When I try to use glob with only one file in the source directory, dotbot fails to create the link with "Nonexistent source for.." ``` - defaults: link: relink: true...

bug

Hi, I have two directories in my dotfiles: `/services` (systemd services that need to start on boot) and `/timers` (systemd timers with corresponding units). I want both to be linked...

enhancement