5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
stow -t ~ bash zsh tmux nvim hypr waybar alacritty rider-palette walker
|