Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gretzky/auto-color-ls
zsh plugin to automatically list directories with colorls
https://github.com/gretzky/auto-color-ls
auto-ls colorls zsh zsh-plugin
Last synced: 3 months ago
JSON representation
zsh plugin to automatically list directories with colorls
- Host: GitHub
- URL: https://github.com/gretzky/auto-color-ls
- Owner: gretzky
- Created: 2018-08-21T17:58:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T15:45:56.000Z (over 2 years ago)
- Last Synced: 2024-04-13T07:43:55.495Z (7 months ago)
- Topics: auto-ls, colorls, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 53
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-color-ls
zsh plugin to automatically `ls` using [colorls](https://github.com/athityakumar/colorls) on `cd`
## installation
### prerequisites
- colorls
```bash
gem install colorls
```### antigen
```bash
antigen bundle gretzky/auto-color-ls
```### zplugin
```bash
zplugin load gretzky/auto-color-ls
```### zgen
```bash
zgen load gretzky/auto-color-ls
```### oh-my-zsh
Run
```bash
( cd $ZSH_CUSTOM/plugins && git clone https://github.com/gretzky/auto-color-ls )
```Then add `auto-color-ls` to `plugins=()` in your `.zshrc`