diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:55:40 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:55:40 +0200 |
commit | ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d (patch) | |
tree | 127260500d075ed6189c38564fca947c255bd4cd /install | |
parent | 6c87803ec2c5338f9246c8689f3aded284417604 (diff) | |
download | myconfigs-ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d.tar.gz myconfigs-ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d.tar.bz2 myconfigs-ce284a3dae12e78aa69c88ab4fef3dfd19b0fb0d.zip |
Refresh local scripts
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |