Never try stow again, use this easier script:
cd
mkdir -p .config/{fish,alacritty,tmux}
# Alacritty
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
rm ~/.config/alacritty/alacritty.toml
ln -s ~/git-repos/DotConfigurations/alacritty.toml ~/.config/alacritty/alacritty.toml
# tmux
cd
git clone https://github.com/gpakosz/.tmux.git ~/git-repos/.tmux
ln -s -f ~/git-repos/.tmux/.tmux.conf ~/.tmux.conf
cp ~/git-repos/DotConfigurations/.tmux.conf.local ~/.tmux.conf.local
# fish
cd
fish
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install https://github.com/jhillyerd/plugin-git
omf install https://github.com/jorgebucaran/autopair.fishCopied from https://github.com/gpakosz/.tmux
First config gpakosz repo, then proceed to customize your `~/.tmux.conf.local` copy.

