From 73d94f515e632a94fcbaa041438abf8f34971eb7 Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 1 Jan 2025 21:01:47 +0200 Subject: update --- scripts/.scripts/config_files.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/.scripts/config_files.sh b/scripts/.scripts/config_files.sh index 63cfa47..5051304 100755 --- a/scripts/.scripts/config_files.sh +++ b/scripts/.scripts/config_files.sh @@ -10,7 +10,10 @@ configs=("aliases:$HOME/dotfiles/aliases/.aliases/aliases" "starship:$HOME/dotfiles/starship/.config/starship.toml" "tmux:$HOME/dotfiles/tmux/.tmux.conf" "zathura:$HOME/dotfiles/zathura/.config/zathura/zathurarc" - "zsh:$HOME/dotfiles/zsh/.zshrc") + "zsh:$HOME/dotfiles/zsh/.zshrc" + "yazi:$HOME/dotfiles/yazi/.config/yazi/keymap.toml" + "ghostty:$HOME/dotfiles/ghostty/.config/ghostty/config" +) configs=$(printf '%s\n' "${configs[@]}") @@ -33,4 +36,4 @@ choice=$(echo "$program_names" | $launcher) file=$(echo "$configs" | grep -w "$choice" | cut -d':' -f2) cwd=$(dirname $file) -ghostty -e nvim -c "cd $cwd" $file +kitty -e nvim -c "cd $cwd" $file -- cgit v1.2.3