From ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2020 07:55:40 +0200 Subject: Refresh local scripts --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 16a07a1..74f9acd 100755 --- a/install +++ b/install @@ -23,6 +23,7 @@ if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig inst gitignore ~/.gitignore git config --global core.excludesfile ~/.gitignore + inst local/bin/cznic-git-config ~/.local/bin/cznic-git-config fi if ask "gpg" "Install GPG configuration"; then @@ -40,7 +41,6 @@ fi if ask "vim" "Install VIM scripts"; then inst vimrc ~/.vimrc inst vim/ ~/.vim - inst local/bin/vim-project-gen ~/.local/bin/vim-project-gen mkdir -p ~/.cache/vim # directory for *.swp files mkdir -p ~/.cache/vim-undo # directory for undo files # Vim plugin manager -- cgit v1.2.3