diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-01-01 21:01:47 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-01-01 21:01:47 +0200 |
| commit | 73d94f515e632a94fcbaa041438abf8f34971eb7 (patch) | |
| tree | 60456ceea1f5505316a95c8cfe25018b3509cbec /scripts/.scripts/config_files.sh | |
| parent | 71d81e0a24a4e26f2ce8f6327ac80a501d4f4636 (diff) | |
| download | dotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.tar.xz dotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.zip | |
update
Diffstat (limited to 'scripts/.scripts/config_files.sh')
| -rwxr-xr-x | scripts/.scripts/config_files.sh | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
