OmeGak / dotfiles

The ultimate bastion for my dotfiles and more
MIT License
6 stars 2 forks source link

lite install for machines over ssh #20

Open OmeGak opened 9 years ago

OmeGak commented 9 years ago

dotfiles is growing quite a lot, as it's aiming to setup the whole system, and the initial install is anything but quick because it downloads a lot of things. This is quite a pain when you simply want to quickly have a comfortable environment over ssh. You could simply do make link but some .zsh files expect some packages to be already installed.

I see two ways to go, non-mutually exclusive:

  1. Make those .zsh fail gracefully if the package is missing.
  2. Have a way to specify a minimum set of dependencies that will be installed.
OmeGak commented 8 years ago

Or maybe this will be just enough: https://github.com/Russell91/sshrc