Bootstrap using stow

This commit is contained in:
Andrejus
2020-07-12 03:07:01 +01:00
parent 21757767d2
commit b748e73e80
18 changed files with 52 additions and 25 deletions

10
files/bash/.bash_profile Normal file
View File

@@ -0,0 +1,10 @@
# Load .profile, containing login, non-bash related initializations.
source "$HOME/.profile"
# Load .bashrc, containing non-login related bash initializations.
source "$HOME/.bashrc"
# References:
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/