fixes fedora scrips

This commit is contained in:
2024-04-24 16:26:12 -07:00
parent 5862a3a955
commit 2727df6aed
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
sudo cp ./sesh /usr/bin
sudo cp ../sesh /usr/bin
cp ../.tmux.conf ~
sudo dnf install zig -y
sudo dnf install neovim -y
@@ -21,8 +22,6 @@ sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.m
dnf check-update
sudo dnf install code -y
sh fedora-rails.sh
sudo dnf copr enable zawertun/hack-fonts -y
sudo dnf install hack-fonts -y
@@ -32,14 +31,11 @@ sudo npm i -g @railway/cli
sudo npm i -g vercel
sudo npm i -g vercel@latest
sh fedora-onepassword.sh
cd ~/.config/
git config --global user.email "noisycarlos@hey.com"
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
@@ -47,3 +43,5 @@ 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

View File

@@ -1,9 +1,7 @@
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc -y
sudo dnf install 1password -y
sudo dnf install btop -y
sudo dnf install flatseal -y
sudo dnf install flatseal
flatpak install app/com.yubico.yubioath/x86_64/stable -y
flatpak install net.nokyan.Resources -y
@@ -30,3 +28,7 @@ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-rele
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf install vlc -y
sudo dnf install python-vlc -y
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo'
sudo dnf install 1password -y