From e2a4b4a3e81fc8938b3e87bce59125a42fd600f0 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 24 Nov 2023 15:47:27 -0500 Subject: [PATCH] Move zsh to stow --- install.sh | 5 ++--- .zprofile => zsh/.zprofile | 0 .zshrc => zsh/.zshrc | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename .zprofile => zsh/.zprofile (100%) rename .zshrc => zsh/.zshrc (100%) diff --git a/install.sh b/install.sh index 9abb8f7..6e3da5a 100755 --- a/install.sh +++ b/install.sh @@ -8,9 +8,7 @@ fi dotdir=~/dotfiles # src dest sudo -files=($dotdir/.zprofile ~/ 'n' - $dotdir/.zshrc ~/ 'n' - $dotdir/alacritty ~/.config/ 'n' +files=($dotdir/alacritty ~/.config/ 'n' $dotdir/g13 ~/.config/ 'n' $dotdir/gtk-3.0/settings.ini ~/.config/gtk-3.0/ 'n' $dotdir/gtk-4.0/settings.ini ~/.config/gtk-4.0/ 'n' @@ -120,6 +118,7 @@ function systemd { function stow_dotfiles { stow wireplumber + stow zsh } setup diff --git a/.zprofile b/zsh/.zprofile similarity index 100% rename from .zprofile rename to zsh/.zprofile diff --git a/.zshrc b/zsh/.zshrc similarity index 100% rename from .zshrc rename to zsh/.zshrc