diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-24 13:16:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-24 13:16:59 +0200 |
commit | 7c6fc5731dd8e1980806d8c06b2e070c1874c6a7 (patch) | |
tree | 65d8ecc1ec2f1fa80663667fa9c52397598d0caa /stowdots | |
parent | b09e5343bd87f067ffcac123c3a4f4a32f78c6f8 (diff) |
fixed user-dirs and mimeapps
Diffstat (limited to 'stowdots')
-rwxr-xr-x | stowdots | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ cd "$(dirname "$(realpath "$0")")" || exit 1 case "$MACH" in "desktop" | "d" | "laptop" | "l") stow -d bin/ -t "$HOME/bin" -R common guiscripts menuscripts extra - stow -d config/ -t "$HOME/.config" -R essentials common extra X theme xdg hyprland + stow -d config/ -t "$HOME/.config" -R essentials common extra X theme hyprland stow -d config/ -t "$HOME/" -R home ;; "server" | "s") |