patrick-motard / dotfiles

My dotfiles
The Unlicense
19 stars 8 forks source link

Rename install script #85

Closed amasover closed 5 years ago

amasover commented 6 years ago

GNU coreutils already has a program called install:

https://www.gnu.org/software/coreutils/manual/html_node/install-invocation.html

I suggest picking a different name.

patrick-motard commented 6 years ago

Good idea. i never call install. I call the aliases (described in the README.md) setup-edit and setup-install. I'm planning on moving these aliases as subcommands of my dot repo:

etc. I'll leave this issue open until it's finished.

patrick-motard commented 5 years ago

Install should no longer be used. Documentation of it has been removed from the README. Installation and updating of dotfiles has been moved to dot-ansible.

Updates are now done by running update in the terminal, which calls dot-ansible.

patrick-motard commented 5 years ago

Installation instructions have been updated in the README and the wiki for using dot-ansible.