Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.02 KB

INSTALL.md

File metadata and controls

52 lines (35 loc) · 1.02 KB

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

    git clone https://github.com/dracula/exa.git

Install manually

Activating theme

  1. Simply add the exa_colors to the end of your .zshrc:

------------------------------

exa - Color Scheme Definitions

------------------------------

export EXA_COLORS="
uu=36:
gu=37:
sn=32:
sb=32:
da=34:
ur=34:
uw=35:
ux=36:
ue=36:
gr=34:
gw=35:
gx=36:
tr=34:
tw=35:
tx=36:"

Suggested Aliases

For normal & larger displays include group (-g flag)

    alias xl='exa -lag --icons --color=always'

For smaller or limited displays no group

    alias xl='exa -la --icons --color=always'