From 71ff0d78ebbb42276928453f5c699ab54d04864a Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Thu, 2 Jul 2020 11:11:36 +0200 Subject: [PATCH] Deploy dir_colors --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 056c038..1e2254d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -78,7 +78,7 @@ deploy) echo "#### Copying files to ~" # Copy vim color scheme and other files to .vim - cp init/Smyck-Color-Scheme/smyck.vim .vim/colors/smyck.vim + cp init/nord-dircolors/src/dir_colors .dir_colors df_deploy ;;