Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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
Download using the GitHub .zip
download option and unzip them.
.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:"
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'