https://github.com/mhkarimi1383/lsd
My LSD (https://github.com/lsd-rs/lsd) configurations (based on dracula theme)
https://github.com/mhkarimi1383/lsd
bash dotfiles ls lsd zsh
Last synced: about 2 months ago
JSON representation
My LSD (https://github.com/lsd-rs/lsd) configurations (based on dracula theme)
- Host: GitHub
- URL: https://github.com/mhkarimi1383/lsd
- Owner: mhkarimi1383
- License: gpl-3.0
- Created: 2024-02-13T21:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T13:03:30.000Z (about 2 years ago)
- Last Synced: 2025-03-24T15:16:05.924Z (over 1 year ago)
- Topics: bash, dotfiles, ls, lsd, zsh
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/mhkarimi1383/lsd ~/.config/lsd
```
**Recommended**: Add following aliases to your `bashrc` or `zshrc`
```bash
alias dir="ls"
command -v lsd > /dev/null && alias ls='lsd -h --group-dirs first'
command -v lsd > /dev/null && alias tree='lsd --tree'
```