Fix some typos
This commit is contained in:
parent
1ca4cb1729
commit
4a5114abdb
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
cp .config ~ -r
|
||||
cp .zcustom ~ -r
|
||||
cp .zplug ~ -r
|
||||
cp .on-my-zsh ~ -r
|
||||
cp ./.config ~ -r
|
||||
cp ./.zcustom ~ -r
|
||||
cp ./.zplug ~ -r
|
||||
cp ./.oh-my-zsh ~ -r
|
||||
|
||||
cp .zshrc ~ -r
|
||||
cp .vimrc ~ -r
|
||||
cp .ideavim ~ -r
|
||||
cp ./.zshrc ~
|
||||
cp ./.vimrc ~
|
||||
cp ./.ideavimrc ~
|
||||
|
||||
mkdir ~/workspace
|
||||
|
|
Loading…
Reference in a new issue