Added bash aliases
This commit is contained in:
parent
cc7597aa3e
commit
5ce349a9c7
3 changed files with 6 additions and 0 deletions
0
bash/.bash_aliases
Normal file
0
bash/.bash_aliases
Normal file
5
scripts/README.md
Normal file
5
scripts/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Scripts
|
||||
|
||||
Custom Scripts
|
||||
|
||||
Includes `install_dotfiles.py`, which installs this project
|
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue