bashrc/install.sh

7 lines
94 B
Bash

#!/usr/bin/env bash
cp .profile ~
cp .bashrc ~
cp .zshrc ~
source ~/.bashrc
source ~/.profile