Skip to content

mhkarimi1383/lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSD

LSD (The next gen ls command) Configuration (Based on dracula theme)

Installation

Before getting started, backup your current configuration

Run the command below and you are good to go

git clone https://github.com/mhkarimi1383/lsd ~/.config/lsd

Recommended: Add following aliases to your bashrc or zshrc

alias dir="ls"
command -v lsd > /dev/null && alias ls='lsd -h --group-dirs first'
command -v lsd > /dev/null && alias tree='lsd --tree'

Releases

No releases published

Packages

No packages published