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
|
#!/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 ~
|
||||||
|
|
Loading…
Reference in a new issue