sudo cp ../sesh /usr/bin cp ../tmux.conf ~/.tmux.conf sudo dnf install zig -y sudo dnf install neovim -y sudo dnf install npm -y sudo dnf install go -y sudo dnf install ripgrep -y sudo dnf install ruby -y 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' dnf check-update sudo dnf install code -y sudo dnf copr enable zawertun/hack-fonts -y sudo dnf install hack-fonts -y git clone http://www.github.com/noisycarlos/kitty sudo npm i -g @railway/cli sudo npm i -g vercel sudo npm i -g vercel@latest cd ~/.config/ git config --global user.email "noisycarlos@hey.com" git config --global user.name "Carlos Aldana" git clone https://github.com/noisycarlos/nvim 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/noisycarlos/kitty