From f16942be42df5195bd965cefb19e2219bdc88ebf Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 20 Jul 2024 01:37:01 -0400 Subject: [PATCH] feat: add ranger config --- .install/hyprland-dotfiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.install/hyprland-dotfiles.sh b/.install/hyprland-dotfiles.sh index 3b40982..bddd974 100644 --- a/.install/hyprland-dotfiles.sh +++ b/.install/hyprland-dotfiles.sh @@ -53,5 +53,8 @@ if [ -d ~/dotfiles-versions/$version/Vimix-hyprcursors ]; then if [ ! -d ~/.local/share/icons ]; then mkdir -pv ~/.local/share/icons; fi _installSymLink Vimix-hyprcursors ~/.local/share/icons/Vimix-hyprcursors ~/dotfiles/Vimix-hyprcursors ~/.local/share/icons/ fi +if [ -d ~/dotfiles-versions/$version/ranger ]; then + _installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config +fi echo ":: Symbolic links created." echo