Move zsh to stow

This commit is contained in:
Christian Colglazier 2023-11-24 15:47:27 -05:00
parent 2fdf3fab10
commit e2a4b4a3e8
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File