Create install.sh

This commit is contained in:
jfontaine35 2023-01-31 11:34:19 +01:00 committed by GitHub
parent ea924aeeb4
commit 27a96c6c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
install.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
cp .profile ~
cp .bashrc ~
cp .zshrc ~
source ~/.bashrc
source ~/.profile