Create install.sh
This commit is contained in:
parent
ea924aeeb4
commit
27a96c6c83
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
cp .profile ~
|
||||
cp .bashrc ~
|
||||
cp .zshrc ~
|
||||
source ~/.bashrc
|
||||
source ~/.profile
|
||||
Loading…
Reference in New Issue