Install oh my zsh manually
This commit is contained in:
parent
383647afdb
commit
0865522a8f
2 changed files with 3 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,3 @@
|
|||
[submodule ".oh-my-zsh"]
|
||||
path = .oh-my-zsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
[submodule ".zplug"]
|
||||
path = .zplug
|
||||
url = https://github.com/zplug/zplug.git
|
||||
[submodule ".config/awesome/lain"]
|
||||
path = .config/awesome/lain
|
||||
url = https://github.com/lcpz/lain.git
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#!/bin/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 ./.zplug ~ -r
|
||||
cp ./.oh-my-zsh ~ -r
|
||||
|
||||
cp ./.zshrc ~
|
||||
cp ./.vimrc ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.profile ~
|
||||
|
|
Loading…
Reference in a new issue