Fix install-light
This commit is contained in:
parent
1b7e6944d2
commit
1bda44376a
1 changed files with 10 additions and 9 deletions
|
@ -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 ~
|
||||
|
|
Loading…
Reference in a new issue