Dircolors.
This commit is contained in:
parent
2212bcabc1
commit
062baf14ec
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "vim/bundle/powerline"]
|
[submodule "vim/bundle/powerline"]
|
||||||
path = vim/bundle/powerline
|
path = vim/bundle/powerline
|
||||||
url = git://github.com/Lokaltog/vim-powerline.git
|
url = git://github.com/Lokaltog/vim-powerline.git
|
||||||
|
[submodule "lscolors"]
|
||||||
|
path = lscolors
|
||||||
|
url = https://github.com/trapd00r/LS_COLORS.git
|
||||||
|
@ -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
|
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc
|
sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc
|
||||||
sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.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 "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc
|
||||||
|
echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc
|
||||||
|
|
||||||
# ftpd/doftiles
|
# ftpd/doftiles
|
||||||
path="https://bitbucket.org/ftpd/dotfiles.git"
|
path="https://bitbucket.org/ftpd/dotfiles.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user