dotfiles
dotfiles copied to clipboard
@holman does dotfiles
If you have a "new" git repo without any commits an error message is shown. Also if you have git repos that don't have remotes an error is shown
The lines https://github.com/holman/dotfiles/blob/master/zsh/config.zsh#L18 and https://github.com/holman/dotfiles/blob/master/zsh/config.zsh#L26 seem to specify incompatible options. The second line also repeats `SHARE_HISTORY`. From [The Z Shell Manual](http://zsh.sourceforge.net/Doc/Release/Options.html): > `SHARE_HISTORY ` > > This option both imports...
It would be nice to have a strategy to "clean up" once you're all done - to let people try this project out without risk of cluttering their system. Something...
I'm having some trouble with my forked repo on my macOS Sierra. After installing, some commands like _ls_ or _ping_ don't work: > 🔌 1:11 in .dotfiles/ on master >...
Include docker in the `Brewfile`
If `script/bootstrap` is executed, zsh is not set as a standard shell. ``` chsh -s $(which zsh) ``` can do the job here
Sscri
script/bootstrap does not work as planned on ubuntu. I installed ubuntu and already ran the script, follow my command history. ``` sierra@SierraFidelize:~/.dotfiles/script$ history 1 git clone https://github.com/ricardorsierra/dotfiles.git ~/.dotfiles 2 sudo...
Trying to clone dotfiles with modern (well, fine bleeding edge) git fails: ``` bash ✔ ~ 00:39 $ git clone https://github.com/holman/dotfiles.git Cloning into 'dotfiles'... remote: Counting objects: 2026, done. error:...
the tmp dir that's used during install isn't removed after install, this prevents multiple users on the same machine from installing dotfiles.
I've never been able to get autocompletion working for git aliases I've created. My shell-fu is very weak, but I've spent several days debugging this over the course of months...