Added bash aliases

This commit is contained in:
Jake Howard 2016-02-08 22:33:46 +00:00
parent cc7597aa3e
commit 5ce349a9c7
3 changed files with 6 additions and 0 deletions

0
bash/.bash_aliases Normal file
View File

5
scripts/README.md Normal file
View File

@ -0,0 +1,5 @@
# Scripts
Custom Scripts
Includes `install_dotfiles.py`, which installs this project

View File

@ -55,6 +55,7 @@ def export_atom_config():
def install_configs():
shutil.copyfile(DIR + "/config/terminator.conf", "~/.config/terminator/config")
shutil.copyfile(DIR + "/bash/.bash_aliases", "~/.bashrc")
if __name__ == '__main__':