d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
538 stars 41 forks source link

Cannot copy example themes - path does not exist #139

Closed snckrz closed 8 months ago

snckrz commented 9 months ago

Description: i cant copy the example themes with the command from the readme cp /usr/local/share/nchat/themes/basic-color/* ~/.nchat/ Because the path doesn't seem to exist. I am using a M1 mac and installed via homebrew.

Environment:

d99kris commented 9 months ago

Hi @snckrz - thanks for reporting the issue. Looks like the documentation is outdated and not applicable for M1 / Mac Silicon. I'll look into updating the README. Meanwhile you can try copying example themes like this:

cp $(dirname $(which nchat))/../share/nchat/themes/basic-color/* ~/.nchat/

Will leave this issue open until I've pushed a fix updating the README.

d99kris commented 8 months ago

The README have been updated in above commit. Please let me know if you're still facing any issues using the example themes. Thanks!