Install oh my zsh manually
This commit is contained in:
parent
383647afdb
commit
b862d29459
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/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)"
|
||||||
|
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 ./.zplug ~ -r
|
|
||||||
cp ./.oh-my-zsh ~ -r
|
|
||||||
|
|
||||||
cp ./.zshrc ~
|
cp ./.zshrc ~
|
||||||
cp ./.vimrc ~
|
cp ./.vimrc ~
|
||||||
cp ./.ideavimrc ~
|
cp ./.ideavimrc ~
|
||||||
|
cp ./.profile ~
|
||||||
|
|
Loading…
Reference in a new issue