Gabriel Trabanco
Gabriel Trabanco
@rgomezcasas #152
It is solved in .Sloth but the PR was open for months and after no feedback, approval or reject I decided to use only my fork to make some improvements...
This is a opinionated FW that uses zimfw instead of oh-my-zsh because is faster. Anyway if you do not want to use zimfw you should modify loader (`.bashrc` y `.zshrc`)...
The best approach is to use `HOBREW_PREFIX` env or get the brew prefix by executing `brew --prefix`. You can see an example in this url where I have it fixed:...
> Hi! > > so far the migration to dotly of my dotfiles was quite straight forward. I really like the folder structure which makes it more easily readable. I...
Haz ```bash printf "%s\n" "${PATH[@]}" ``` Si no te produce ninguna salida pon la variable en minúsculas. Si no produce ninguna salida ahí tienes el problema. Si no confirma si...
Not all installations of Brew have the same path... A solution could be: ```bash brew unlink findutils brew link findutils ``` If you want the findutils path: `brew --prefix findutils`...
Have you tried to do a `dot zsh reload_completions` (requires to restart the terminal) after adding?
Revert all symlinks done from dotly in ~/ * .bashrc * .zshenv * .zshrc Remove ~/.dotfiles
> Hi, where is the original dot files backup before the install? I want to restore my old config but I don't see the old files, cheers. No backup is...