From 4d3bd82df5003cb4c6fa9711a5752dc854349083 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 29 Oct 2025 01:22:22 +0100 Subject: [PATCH] move bash configs into bash subdirectory --- bashrc => bash/bashrc | 0 {bashrc.d => bash/bashrc.d}/cargo | 0 install.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename bashrc => bash/bashrc (100%) rename {bashrc.d => bash/bashrc.d}/cargo (100%) diff --git a/bashrc b/bash/bashrc similarity index 100% rename from bashrc rename to bash/bashrc diff --git a/bashrc.d/cargo b/bash/bashrc.d/cargo similarity index 100% rename from bashrc.d/cargo rename to bash/bashrc.d/cargo diff --git a/install.sh b/install.sh index 63c6384..dac1539 100755 --- a/install.sh +++ b/install.sh @@ -25,8 +25,8 @@ for target in ${DIRECTORIES[@]}; do ln -sfr -t $HOME/.config $BASE_PATH/$target done -ln -sfr $BASE_PATH/bashrc $HOME/.bashrc -ln -sfr $BASE_PATH/bashrc.d $HOME/.bashrc.d +ln -sfr $BASE_PATH/bash/bashrc $HOME/.bashrc +ln -sfr $BASE_PATH/bash/bashrc.d $HOME/.bashrc.d ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf ln -sfr $BASE_PATH/Xresources $HOME/.Xresources ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf