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