From ac867e76793d21e3e4e1d07257a5b93941b53321 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 28 Aug 2024 11:53:28 +0200 Subject: Update install.sh script with the latest drops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 76067b9..c887a45 100755 --- a/install.sh +++ b/install.sh @@ -30,8 +30,8 @@ done ## # Main procedure: link as many files as possible. -ary=(.git .gitignore .gitmodules LICENSE *.gitignore *.yml *.org install.sh - update.sh .emacs.d .config .gnupg Images .i3 .i3status.conf README.md) +ary=(.git .github .gitignore LICENSE *.gitignore *.yml *.org + install.sh .config .gnupg README.md) ignore="-name ${ary[0]}" for i in "${ary[@]:1:${#ary[@]}}"; do ignore+=" -or -name $i" @@ -91,9 +91,6 @@ if ! [ -f "${HOME:?}/.git-prompt.sh" ]; then curl -o "${HOME:?}/.git-prompt.sh" https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh fi -# Initialize Vim plugins. -vim +PluginInstall +qall - # Download and install the g utility pushd /tmp rm -rf g -- cgit v1.2.3