From 2727df6aed86a9d0fd458621c53fe31168733f51 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Wed, 24 Apr 2024 16:26:12 -0700 Subject: [PATCH] fixes fedora scrips --- fedora/install-dev.sh | 10 ++++------ fedora/main.sh | 8 +++++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fedora/install-dev.sh b/fedora/install-dev.sh index 977caa4..5a85464 100644 --- a/fedora/install-dev.sh +++ b/fedora/install-dev.sh @@ -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 diff --git a/fedora/main.sh b/fedora/main.sh index 43d251a..b2076de 100644 --- a/fedora/main.sh +++ b/fedora/main.sh @@ -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