Fix install-light

This commit is contained in:
Leon Grünewald 2021-02-01 10:33:37 +01:00
parent 1b7e6944d2
commit 1bda44376a

View file

@ -1,12 +1,13 @@
#!/bin/bash
#git submodule update --init --recursive
#!/usr/bin/env bash
git submodule update --init --recursive
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
#cp ./.config ~ -r
#cp ./.zcustom ~ -r
#
#cp ./.zshrc ~
#cp ./.vimrc ~
#cp ./.ideavimrc ~
#cp ./.profile ~
cp ./.config ~ -r
cp ./.zcustom ~ -r
cp ./.zshrc ~
cp ./.vimrc ~
cp ./.ideavimrc ~
cp ./.profile ~
cp ./.gitconfig ~