You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Make those .zsh fail gracefully if the package is missing.
Have a way to specify a minimum set of dependencies that will be installed.
The text was updated successfully, but these errors were encountered:
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 domake link
but some.zsh
files expect some packages to be already installed.I see two ways to go, non-mutually exclusive:
.zsh
fail gracefully if the package is missing.The text was updated successfully, but these errors were encountered: