adds wezterm

This commit is contained in:
2024-03-23 07:59:29 -07:00
parent 5c55b3ee64
commit 144668fea3
2 changed files with 4 additions and 1 deletions

View File

@@ -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