Add light install and make both executeable

This commit is contained in:
Leon Grünewald 2020-07-10 13:20:06 +02:00
parent 1be381eb2a
commit 1ca4cb1729
2 changed files with 13 additions and 0 deletions

13
install-light.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
cp .config ~ -r
cp .zcustom ~ -r
cp .zplug ~ -r
cp .on-my-zsh ~ -r
cp .zshrc ~ -r
cp .vimrc ~ -r
cp .ideavim ~ -r
mkdir ~/workspace

0
install.sh Normal file → Executable file
View file