CodelyTV / dotly

🌚 Modular and easy to customize dotfiles framework
https://codely.com/cursos
MIT License
1.2k stars 116 forks source link

Error durante instalaciΓ³n inicial #3

Closed devngl closed 4 years ago

devngl commented 4 years ago

πŸ‘‹ !

Me he encontrado con lo siguiente en una instalaciΓ³n limpia de Mac:

angel@MacBook-Pro ~ % bash <(curl -s https://raw.githubusercontent.com/CodelyTV/dotly/master/installer)
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
~ β”‚ πŸš€ Welcome to the dotly installer! β”‚ ~
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ€” Where do you want your dotfiles to be located? (default ~/.dotfiles2): ~/.dotfiles
 > Ok! dotfiles wll be located in: /Users/angel/.dotfiles
 > Initializing your dotfiles git repository
 > Cloning dotly
 > Installing dotly dependencies
 > Creating dotfiles structure
sed: 1: "/Users/angel/.dotfiles/ ...": command a expects \ followed by text
devngl commented 4 years ago

Con esto me funcionΓ³ finalmente por si os interesa: https://github.com/CodelyTV/dotly/pull/4

Por un lado el comando cp -r no estaba funcionando (aΓΊn no termino de entender por quΓ©), y por otro lado el comando sed tiene implementaciones diferentes segΓΊn la plataforma.

IvanGuardado commented 4 years ago

Mismo problema aquí ☝️☝️

dacmail commented 4 years ago

Mismo problema en macOS

rgomezcasas commented 4 years ago

Fixed in your PR, thanks!! :)