mac-dev-setup icon indicating copy to clipboard operation
mac-dev-setup copied to clipboard

Beautiful terminal - Atom not showing colors

Open ieriii opened this issue 4 years ago • 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?

ieriii avatar Apr 18 '20 17:04 ieriii

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

ieriii avatar Apr 18 '20 18:04 ieriii

hi, did you figure out how to run this?

ottoman91 avatar Jun 25 '20 04:06 ottoman91

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

ottoman91 avatar Jun 25 '20 05:06 ottoman91

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.

rzy0901 avatar Oct 01 '23 19:10 rzy0901