7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp bash/bashrc ~/.bashrc
|
|
cp bash/bash_profile ~/.bash_profile
|
|
cp tmux/tmux.conf ~/.tmux.conf
|
|
cp git/gitconfig ~/.gitconfig
|