6 lines
77 B
Bash
6 lines
77 B
Bash
#!/usr/bin/bash
|
|
|
|
cp -r dotfiles/.subbash ~
|
|
cp dotfiles/.bashrc ~
|
|
. ~/.bashrc
|