nicolashery/mac-dev-setup

Beautiful terminal - Atom not showing colors

Opened this issue · 4 comments

Hi, I followed the instructions to add Atom colors to iTerm.

  • I have downloaded the iTerm presets for the theme by running.
  • I have activated the dark theme in color presets
  • I have downloaded the files .bash_profile, .bash_prompt, .aliases using the command in the screenshot.

However, when I open a new terminal window (or close and re-open iTerm) no colors shows up when running ls or similar command.

Am I missing anything?

I think the main issue is that the new zsh does not read .bash_profile anymore.
The guide needs updating :)

hi, did you figure out how to run this?

i figured this out. not sure if you figured this out this way, but this is what i did:

  1. I created a new file ~/.zprofile

  2. In this file, I typed source ~/.bash_profile

  3. I saved and closed the ~/.zprofile file and ran the terminal again.

Reference: https://stackoverflow.com/questions/56784894/macos-catalina-10-15beta-why-is-bash-profile-not-sourced-by-my-shell/59354173#59354173

this works welll, @ottoman91 thanks!
but i wonder if there is any a more elegent way to solve this issue, e.g., rewriting a new version of shell profiles.