From 6c4e8102c7019b01fb2c54680798414a7e2898dc Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 23 Apr 2025 20:12:43 -0300 Subject: [PATCH] move bash to config folder, and add symlinks --- dot_bash_profile => dot_config/bash/dot_bash_profile | 0 dot_bashrc => dot_config/bash/dot_bashrc | 0 symlink_dot_bash_profile | 1 + symlink_dot_bashrc | 1 + 4 files changed, 2 insertions(+) rename dot_bash_profile => dot_config/bash/dot_bash_profile (100%) rename dot_bashrc => dot_config/bash/dot_bashrc (100%) create mode 100644 symlink_dot_bash_profile create mode 100644 symlink_dot_bashrc diff --git a/dot_bash_profile b/dot_config/bash/dot_bash_profile similarity index 100% rename from dot_bash_profile rename to dot_config/bash/dot_bash_profile diff --git a/dot_bashrc b/dot_config/bash/dot_bashrc similarity index 100% rename from dot_bashrc rename to dot_config/bash/dot_bashrc diff --git a/symlink_dot_bash_profile b/symlink_dot_bash_profile new file mode 100644 index 0000000..4fb7383 --- /dev/null +++ b/symlink_dot_bash_profile @@ -0,0 +1 @@ +.config/bash/.bash_profile diff --git a/symlink_dot_bashrc b/symlink_dot_bashrc new file mode 100644 index 0000000..0534ce1 --- /dev/null +++ b/symlink_dot_bashrc @@ -0,0 +1 @@ +.config/bash/.bashrc