sb2nov / mac-setup

Installing Development environment on macOS

Home Page:https://sourabhbajaj.com/mac-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solarized dark theme doesn't work in iTerm2 Build 3.2.9

binbjz opened this issue · comments

iTerm2 in version 3.2.9 doesn't accept color preset when importing Solarized dark theme. The other theme works well.

It works well if I used built-in ls.
Screen Shot 2019-07-22 at 22 42 32

Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro15,3
Processor Name: Intel Core i9
Processor Speed: 2.4 GHz
Number of Processors: 1
Total Number of Cores: 8
L2 Cache (per Core): 256 KB
L3 Cache: 16 MB
Hyper-Threading Technology: Enabled
Memory: 32 GB

I have installed coreutils and added a "gnubin" directory to your PATH from my bashrc
$ brew info coreutils
coreutils: stable 8.31 (bottled), HEAD

Use these commands with their normal names

PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
export PATH
export MANPATH

Used the coreutils's ls

$ which ls
/usr/local/opt/coreutils/libexec/gnubin/ls

$ alias la
alias la='ls --color -la'

Screen Shot 2019-07-22 at 22 29 44

Thanks for reporting! I'm assuming you're reporting it here because the guide is referencing this somewhere? PRs are always appreciated!

Reading this more carefully I don't quite understand what this has to do with the guide. I can't find any reference to the Solarized theme. Closing.