Re-Organize Dotfiles into Separate Stow Packages
This commit is contained in:
156
justfile
156
justfile
@@ -21,15 +21,165 @@ doom-emacs-doctor:
|
||||
|
||||
# Create softlinks from .dotfiles to home directory
|
||||
stow-create:
|
||||
stow -v -S .
|
||||
stow -v \
|
||||
-S alacritty \
|
||||
-S autorandr \
|
||||
-S awesome \
|
||||
-S bash \
|
||||
-S betterlockscreen \
|
||||
-S blender \
|
||||
-S brightness \
|
||||
-S deadd \
|
||||
-S dunst \
|
||||
-S dwm \
|
||||
-S emacs \
|
||||
-S eww \
|
||||
-S fish \
|
||||
-S freecad \
|
||||
-S gaming \
|
||||
-S gammastep \
|
||||
-S geoclue \
|
||||
-S gimp \
|
||||
-S git \
|
||||
-S gtk \
|
||||
-S hyprland \
|
||||
-S kitty \
|
||||
-S mangal \
|
||||
-S mpv \
|
||||
-S naughty \
|
||||
-S pactl \
|
||||
-S picom \
|
||||
-S playerctl \
|
||||
-S qt5 \
|
||||
-S redshift \
|
||||
-S rofi \
|
||||
-S snapborg \
|
||||
-S ssh \
|
||||
-S starship \
|
||||
-S swaync \
|
||||
-S syncthing \
|
||||
-S system76 \
|
||||
-S tmux \
|
||||
-S trackma \
|
||||
-S trackpad \
|
||||
-S tty \
|
||||
-S vim \
|
||||
-S vscode \
|
||||
-S x11 \
|
||||
-S xfce4-notifyd \
|
||||
-S xmonad \
|
||||
-S xournalpp \
|
||||
-S xrandr \
|
||||
-S zathura \
|
||||
-S zsh
|
||||
|
||||
# Remove softlinks from .dotfiles to home directory
|
||||
stow-delete:
|
||||
stow -v -D .
|
||||
stow -v \
|
||||
-D alacritty \
|
||||
-D autorandr \
|
||||
-D awesome \
|
||||
-D bash \
|
||||
-D betterlockscreen \
|
||||
-D blender \
|
||||
-D brightness \
|
||||
-D deadd \
|
||||
-D dunst \
|
||||
-D dwm \
|
||||
-D emacs \
|
||||
-D eww \
|
||||
-D fish \
|
||||
-D freecad \
|
||||
-D gaming \
|
||||
-D gammastep \
|
||||
-D geoclue \
|
||||
-D gimp \
|
||||
-D git \
|
||||
-D gtk \
|
||||
-D hyprland \
|
||||
-D kitty \
|
||||
-D mangal \
|
||||
-D mpv \
|
||||
-D naughty \
|
||||
-D pactl \
|
||||
-D picom \
|
||||
-D playerctl \
|
||||
-D qt5 \
|
||||
-D redshift \
|
||||
-D rofi \
|
||||
-D snapborg \
|
||||
-D ssh \
|
||||
-D starship \
|
||||
-D swaync \
|
||||
-D syncthing \
|
||||
-D system76 \
|
||||
-D tmux \
|
||||
-D trackma \
|
||||
-D trackpad \
|
||||
-D tty \
|
||||
-D vim \
|
||||
-D vscode \
|
||||
-D x11 \
|
||||
-D xfce4-notifyd \
|
||||
-D xmonad \
|
||||
-D xournalpp \
|
||||
-D xrandr \
|
||||
-D zathura \
|
||||
-D zsh
|
||||
|
||||
# Remove and re-create softlinks from .dotfiles to home directory
|
||||
stow-recreate:
|
||||
stow -v -R .
|
||||
stow -v \
|
||||
-R alacritty \
|
||||
-R autorandr \
|
||||
-R awesome \
|
||||
-R bash \
|
||||
-R betterlockscreen \
|
||||
-R blender \
|
||||
-R brightness \
|
||||
-R deadd \
|
||||
-R dunst \
|
||||
-R dwm \
|
||||
-R emacs \
|
||||
-R eww \
|
||||
-R fish \
|
||||
-R freecad \
|
||||
-R gaming \
|
||||
-R gammastep \
|
||||
-R geoclue \
|
||||
-R gimp \
|
||||
-R git \
|
||||
-R gtk \
|
||||
-R hyprland \
|
||||
-R kitty \
|
||||
-R mangal \
|
||||
-R mpv \
|
||||
-R naughty \
|
||||
-R pactl \
|
||||
-R picom \
|
||||
-R playerctl \
|
||||
-R qt5 \
|
||||
-R redshift \
|
||||
-R rofi \
|
||||
-R snapborg \
|
||||
-R ssh \
|
||||
-R starship \
|
||||
-R swaync \
|
||||
-R syncthing \
|
||||
-R system76 \
|
||||
-R tmux \
|
||||
-R trackma \
|
||||
-R trackpad \
|
||||
-R tty \
|
||||
-R vim \
|
||||
-R vscode \
|
||||
-R x11 \
|
||||
-R xfce4-notifyd \
|
||||
-R xmonad \
|
||||
-R xournalpp \
|
||||
-R xrandr \
|
||||
-R zathura \
|
||||
-R zsh
|
||||
|
||||
# Update git submodules from remotes
|
||||
submodule-update:
|
||||
|
Reference in New Issue
Block a user