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
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
cp .config ~ -r
|
cp ./.config ~ -r
|
||||||
cp .zcustom ~ -r
|
cp ./.zcustom ~ -r
|
||||||
cp .zplug ~ -r
|
cp ./.zplug ~ -r
|
||||||
cp .on-my-zsh ~ -r
|
cp ./.oh-my-zsh ~ -r
|
||||||
|
|
||||||
cp .zshrc ~ -r
|
cp ./.zshrc ~
|
||||||
cp .vimrc ~ -r
|
cp ./.vimrc ~
|
||||||
cp .ideavim ~ -r
|
cp ./.ideavimrc ~
|
||||||
|
|
||||||
mkdir ~/workspace
|
mkdir ~/workspace
|
||||||
|
|
Loading…
Reference in a new issue