5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cp Settings/.zshrc Settings/.vimrc Settings/.zprofile Settings/.gitconfig .
|
||
|
|