adds wezterm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user