Add light install and make both executeable
This commit is contained in:
parent
1be381eb2a
commit
1ca4cb1729
2 changed files with 13 additions and 0 deletions
13
install-light.sh
Executable file
13
install-light.sh
Executable 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
0
install.sh
Normal file → Executable file
Loading…
Reference in a new issue