Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterhellberg/dircolors-jellybeans
Dircolors suitable for use with jellybeans.vim
https://github.com/peterhellberg/dircolors-jellybeans
color-scheme dircolors jellybeans shell
Last synced: 2 months ago
JSON representation
Dircolors suitable for use with jellybeans.vim
- Host: GitHub
- URL: https://github.com/peterhellberg/dircolors-jellybeans
- Owner: peterhellberg
- License: mit
- Created: 2013-12-31T14:27:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T15:06:33.000Z (about 1 year ago)
- Last Synced: 2023-11-12T19:39:52.358Z (about 1 year ago)
- Topics: color-scheme, dircolors, jellybeans, shell
- Language: Shell
- Size: 29.3 KB
- Stars: 26
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dircolors-jellybeans
====================Dircolors suitable for use with
[jellybeans.vim](https://github.com/nanotech/jellybeans.vim)## Installation
Download the latest
[dircolors.jellybeans](https://raw.github.com/peterhellberg/dircolors-jellybeans/master/dircolors.jellybeans)
and put it in `$HOME/.dircolors` (which under Ubuntu will be loaded on login,
probably true for other distros as well)## iTerm2 Configuration
This is how I have configured Colors and Text rendering in
[iTerm2](http://www.iterm2.com/)### Colors
![Colors](https://assets.c7.se/skitch/iterm2_colors-131231.png)### Text rendering
![Text rendering](https://assets.c7.se/skitch/iterm2_text_rendering-131231.png)## Testing
Clone the repo to a machine running some kind of Linux, then `./run_test.sh`
(You will need bash 4.x installed on your machine)It will then proceed to install (if missing) and use
[rerun](https://github.com/alexch/rerun/) in order to reload
`test.sh` each time `dircolors.*` or any `*.sh` is saved.#### Arguments passed to rerun
```bash
rerun -x -b -p "**/{dircolors.*,*.sh}" -- ./test/test.sh
```## test/test.sh
A simple Bash script that generates a bunch of files
and then lists them using the colors from `dircolors.jellybeans`![Test output](https://assets.c7.se/skitch/run_test.sh-20140101-014450.png)