-
Notifications
You must be signed in to change notification settings - Fork 0
/
stow_restow.sh
executable file
·21 lines (20 loc) · 1.09 KB
/
stow_restow.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
# _ _ _ _
# ___| |_ _____ __ (_)_ __ (_) |_
# / __| __/ _ \ \ /\ / / | | '_ \| | __|
# \__ \ || (_) \ V V / | | | | | | |_
# |___/\__\___/ \_/\_/ |_|_| |_|_|\__|
# --------------------------------------
# by Rasmus Enevoldsen (2023)
# -------------------------------------
stow --verbose --restow --target=/home/$(whoami)/.config/git git
stow --verbose --restow --target=/home/$(whoami)/.config/nvim/lua/custom neovim_chad_custom
stow --verbose --restow --target=/home/$(whoami)/.config/hypr hypr
stow --verbose --restow --target=/home/$(whoami)/.config/kitty kitty
stow --verbose --restow --target=/home/$(whoami)/.config/wal wal
stow --verbose --restow --target=/home/$(whoami)/.config/waybar waybar
stow --verbose --restow --target=/home/$(whoami)/.local/share/cows cowsay
stow --verbose --restow --target=/home/$(whoami)/.config/distrobox distrobox
stow --verbose --restow --target=/home/$(whoami) zsh_initfile
stow --verbose --restow --target=/home/$(whoami)/.config/zsh zsh
stow --verbose --restow --target=/home/$(whoami)/.config/environment.d systemd-env