Errors installing on M1 mac
Hello, trying to install this on an M1 mac, I'm getting errors trying using the curl as well as manual git clone methods.
curl method returns -
Invalid redirection target:
python <(curl -s https://raw.githubusercontent.com/shaeinst/roshnivim/main/setup.py)
screenshot - https://imgur.com/1oMXcDs
manual method returns-
FileNotFoundError: [Errno 2] No such file or directory: '/Users/redacted/.config/nvim/lua/configs.lua' -> '/Users/redacted/.config/nvim/lua/configs.lua.bak'
screenshot - https://imgur.com/tT2Wcr2
i don't have MAC or Windows to test the setup.py script. i would suggest you to do it manually. simply clone Abstract repository as nvim to your ~/.config/ ( git clone https://github.com/Abstract-IDE/Abstract ~/.config/nvim ).
now, simply open the neovim (you will get lot of errors, ignore it), then in commad mode, run, :PackerSync.
@spaceleafio For fish shell you need to use python (curl -s https://raw.githubusercontent.com/Abstract-IDE/Abstract/main/setup.py | psub). The second problem is most likely related to the definition of paths, it is better to check the installation with the latest version.