mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Move zsh to stow
This commit is contained in:
parent
2fdf3fab10
commit
e2a4b4a3e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user