2023-11-29 17:46:22 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-11-29 17:55:56 +01:00
|
|
|
stow --restow --target="$HOME/.config/alacritty" alacritty
|
2023-11-29 17:46:22 +01:00
|
|
|
stow --restow --target="$HOME/.config/fish" fish
|
2023-11-30 13:33:56 +01:00
|
|
|
stow --restow --target="$HOME/.config/flavours" flavours
|
2023-11-29 23:47:48 +01:00
|
|
|
stow --restow --target="$HOME/.config/newsboat" newsboat
|
2023-11-29 17:55:56 +01:00
|
|
|
stow --restow --target="$HOME/.config/nvim" nvim
|
2023-11-30 00:02:46 +01:00
|
|
|
stow --restow --target="$HOME/.config/tmux" tmux
|