Add install script
This commit is contained in:
parent
7dff3a842c
commit
7343401bab
10
install.sh
Normal file
10
install.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
run_directory=$(dirname "$0")
|
||||||
|
$user=$(whoami)
|
||||||
|
|
||||||
|
echo "Copying bashrc-mine to home directory..."
|
||||||
|
cp $run_directory/bashrc-mine /home/$user/.bashrc-mine
|
||||||
|
|
||||||
|
echo "Finished install. Exiting..."
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user