Install oh my zsh manually

This commit is contained in:
Leon Grünewald 2021-01-16 11:28:48 +01:00
parent 383647afdb
commit 0865522a8f
2 changed files with 3 additions and 8 deletions

6
.gitmodules vendored
View file

@ -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"] [submodule ".config/awesome/lain"]
path = .config/awesome/lain path = .config/awesome/lain
url = https://github.com/lcpz/lain.git url = https://github.com/lcpz/lain.git

View file

@ -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 ~