Merge pull request #102 from rpdelaney/master

Add installation instructions for Archlinux AUR
This commit is contained in:
Ryan Delaney 2018-11-09 11:23:17 -08:00 committed by GitHub
commit 8fe7090504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ For files that usually ends up next to each other, like html, css and js,
try to pick colors that fits in nicely together. Filetypes with multiple
possible extensions, like htm and html, should have the same color.
# Installation
To install and use this file, put something like this is your shell resource
file:
@ -32,6 +33,10 @@ echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc
```
### Archlinux
Archlinux users can install the [`lscolors-git`][3] package from the AUR for easy
integration with bash, csh, or zsh.
ZSH SYNTAX HIGHLIGHTING
=======================
@ -67,6 +72,7 @@ And another one:
[0]: https://github.com/trapd00r/zsh-syntax-highlighting-filetypes
[1]: https://github.com/trapd00r/File-LsColor
[2]: https://github.com/trapd00r/File-LsColor/tree/master/bin
[3]: https://aur.archlinux.org/packages/lscolors-git
LEGAL
=====