fix: stow shell file

This commit is contained in:
hesam-init 2024-02-23 23:36:50 +03:30
parent b325507b65
commit 5c957e7016
4 changed files with 13 additions and 6 deletions

View file

@ -1,6 +0,0 @@
/.git
/.github
/README.md
/.install
hyprland/host
/setup

1
dots/.stow-local-ignore Normal file
View file

@ -0,0 +1 @@
zsh

View file

@ -0,0 +1 @@
host

11
stow.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
stow_dotfiles() {
stow dots
stow -d dots -S zsh -t ~/
stow hyprland
echo "Dotfiles stowed successfully!"
}
stow_dotfiles