From 2a21ae8899494efd4c847363c8ededb469ef31ab Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Tue, 24 Sep 2024 15:13:15 -0700 Subject: [PATCH] renames dev.sh --- fedora/{install-dev.sh => dev.sh} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename fedora/{install-dev.sh => dev.sh} (89%) diff --git a/fedora/install-dev.sh b/fedora/dev.sh similarity index 89% rename from fedora/install-dev.sh rename to fedora/dev.sh index c33ac0d..356560b 100644 --- a/fedora/install-dev.sh +++ b/fedora/dev.sh @@ -14,7 +14,7 @@ sudo dnf install lazygit -y sudo dnf install alacritty -y sudo dnf install tmux -y -sudo dnf install kitty -y +#sudo dnf install kitty -y sudo flatpak install org.wezfurlong.wezterm -y sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc @@ -42,6 +42,6 @@ git clone https://github.com/noisycarlos/wezterm rm -r lazygit git clone https://github.com/noisycarlos/lazygit -git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm -git clone https://github.com/noisycarlos/kitty +#git clone https://github.com/noisycarlos/kitty