fix: stow shell file
This commit is contained in:
parent
b325507b65
commit
5c957e7016
4 changed files with 13 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
/.git
|
||||
/.github
|
||||
/README.md
|
||||
/.install
|
||||
hyprland/host
|
||||
/setup
|
1
dots/.stow-local-ignore
Normal file
1
dots/.stow-local-ignore
Normal file
|
@ -0,0 +1 @@
|
|||
zsh
|
1
hyprland/.stow-local-ignore
Normal file
1
hyprland/.stow-local-ignore
Normal file
|
@ -0,0 +1 @@
|
|||
host
|
11
stow.sh
Executable file
11
stow.sh
Executable 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
|
Loading…
Add table
Reference in a new issue