From fb08af9f12dce6e5f4ac573ed648d8091b706ff5 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 9 Nov 2018 11:15:44 -0800 Subject: [PATCH] Add installation instructions for Archlinux AUR Smaller archlinux header --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 1a2836a..d1fd6c5 100644 --- a/README.markdown +++ b/README.markdown @@ -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 =====