From 144668fea315cf53d2f220916c7f64f8ec85bebd Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sat, 23 Mar 2024 07:59:29 -0700 Subject: [PATCH] adds wezterm --- fedora-dev.sh | 3 ++- ubuntu-dev.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora-dev.sh b/fedora-dev.sh index 24c7be5..938733c 100644 --- a/fedora-dev.sh +++ b/fedora-dev.sh @@ -9,10 +9,10 @@ sudo dnf install ruby-devel -y sudo dnf copr enable atim/lazygit -y sudo dnf install lazygit -y sudo dnf install alacritty -y - sudo dnf install tmux -y sudo dnf install kitty -y +sudo flatpak install org.wezfurlong.wezterm -y sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo' @@ -37,6 +37,7 @@ git config --global user.name "Carlos Aldana" git clone https://github.com/noisycarlos/kitty git clone https://github.com/noisycarlos/nvim +git clone https://github.com/noisycarlos/wezterm rm -r lazygit git clone https://github.com/noisycarlos/lazygit diff --git a/ubuntu-dev.sh b/ubuntu-dev.sh index 474e4e7..d13fc94 100644 --- a/ubuntu-dev.sh +++ b/ubuntu-dev.sh @@ -24,6 +24,7 @@ tar xf lazygit.tar.gz lazygit sudo install lazygit /usr/local/bin sudo apt install alacritty -y +sudo flatpak install org.wezfurlong.wezterm -y sudo apt install tmux -y @@ -53,6 +54,7 @@ git config --global user.name "Carlos Aldana" git clone https://github.com/noisycarlos/kitty git clone https://github.com/noisycarlos/nvim +git clone https://github.com/noisycarlos/wezterm rm -r lazygit git clone https://github.com/noisycarlos/lazygit