hrdtbs / material-black

ReadbleTerminal Theme in Mac OS X with Material Colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Black - Readble Terminal Theme in Mac OS X, with Material Colors

Theme Setting method - テーマの設定方法

Donwload "Material Black.terminal".

Click Image.

My Custmize

bash_profile

$ export PS1="\[\033[36m\]\u\[\033[m\]@:\[\033[33;1m\]\w\[\033[m\]\$ "
$ export CLICOLOR=1
$ export LSCOLORS=ExFxBxDxCxegedabagacad
$ alias ls='ls -GFh'

What is this?

export PS1="..."

export CLICOLOR=1

export LSCOLORS=...

alias ls='ls -GFh'

About

ReadbleTerminal Theme in Mac OS X with Material Colors


Languages

Language:Shell 100.0%