dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

@holman does dotfiles

Results 35 dotfiles issues
Sort by recently updated
recently updated
newest added

One of my ```install.sh``` starts nvim and that reads the other ```install.sh``` paths from stdin. This prevents them from running. I've solved this by using ```find```'s ```exec``` to run the...

Certain libraries and plugins (e.g. [neomake](https://github.com/neomake/neomake/blob/177e2b1f9a/tests/fixtures/input/zsh/parse-error.zsh)) may have `.zsh` files in test folders. These are not intended to be sourced when starting up.

Hi, First of all great job with your dotfiles i was looking for one since a long time and yours dotfiles are amazing. My issue is a problem with tmux...

Hi, thanks for the best dotfiles yet 👍 . Now to my "problem". Currently when being in a detached HEAD state the prompt throws up and always shows a warning...

Using `$ZSH` for the project root directory conflicts with zsh projects and plugins (e.g., oh-my-zsh). Change `$ZSH` -> `$DOTFILES`. WIP: defrank/dotfiles#8/b

Depends on https://github.com/holman/dotfiles/pull/246 defrank/dotfiles#10 ### Utilize: 1. zshenv 1. `**/*path.zsh` (except `**/*fpath.zsh`) 1. `**/*env.zsh` 1. zprofile 1. `**/*profile.zsh` 1. zshrc 1. `**/*fpath.zsh` 1. `**/*.zsh` (except `**/*completion.zsh`, `**/*path.zsh`, `**/*env.zsh`, `**/*profile.zsh`, `**/*login.zsh`,...

This allows you to create symlinks not just in the top level `$HOME` directory, but also inside nested directories so you can track files like `$HOME/.ssh/config`. You use `+` signs...

From [`creationix/nvm`][1]: > Homebrew installation is not supported. [1]: https://github.com/creationix/nvm#important-notes