From 062baf14ec765b6d2d9728ed9614f1ed14c6156c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Aug 2013 12:57:01 +0200 Subject: [PATCH] Dircolors. --- .gitmodules | 3 +++ install.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6a4fdc2..ecf20bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/powerline"] path = vim/bundle/powerline url = git://github.com/Lokaltog/vim-powerline.git +[submodule "lscolors"] + path = lscolors + url = https://github.com/trapd00r/LS_COLORS.git diff --git a/install.sh b/install.sh index dbed5e7..069211c 100644 --- a/install.sh +++ b/install.sh @@ -8,8 +8,9 @@ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.zshrc -echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc +echo "eval $( dircolors -b ~/.dotfiles/dircolors ) " >> ~/.zshrc echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc +echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc # ftpd/doftiles path="https://bitbucket.org/ftpd/dotfiles.git"