From fb8d0d78d1947d1669f681cd791103e4bd940172 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Wed, 25 Sep 2024 08:25:52 -0700 Subject: [PATCH] updates names --- fedora/{main.sh => fedora.sh} | 11 ++++--- ubuntu/install-dev.sh | 62 ----------------------------------- ubuntu/{main.sh => ubuntu.sh} | 0 3 files changed, 6 insertions(+), 67 deletions(-) rename fedora/{main.sh => fedora.sh} (89%) delete mode 100644 ubuntu/install-dev.sh rename ubuntu/{main.sh => ubuntu.sh} (100%) diff --git a/fedora/main.sh b/fedora/fedora.sh similarity index 89% rename from fedora/main.sh rename to fedora/fedora.sh index 34379b0..f21e77f 100644 --- a/fedora/main.sh +++ b/fedora/fedora.sh @@ -10,6 +10,7 @@ flatpak install gearlever -y sudo dnf install rofi -y sudo dnf install nautilus -y +sudo dnf install sushi -y sudo dnf install ulauncher -y #Codecs @@ -18,14 +19,12 @@ sudo dnf install gstreamer1-libav -y sudo dnf install ffmpeg --allowerasing -y #Browsers -flatpak install app/com.google.Chrome/x86_64/stable -y -flatpak install waterfox -y -sudo dnf install chromium - wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y - rm google-chrome-stable_current_x86_64.rpm +# flatpak install app/com.google.Chrome/x86_64/stable -y +# flatpak install waterfox -y +# sudo dnf install chromium #Video sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y @@ -34,10 +33,12 @@ sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfre sudo dnf install vlc -y sudo dnf install python-vlc -y +#1Password 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 cd ~/.config/ +git config --global credential.helper store git clone https://git.noisyserver.sbs/noisycarlos/rofi git clone https://git.noisyserver.sbs/noisycarlos/ulauncher diff --git a/ubuntu/install-dev.sh b/ubuntu/install-dev.sh deleted file mode 100644 index 2d7cd7b..0000000 --- a/ubuntu/install-dev.sh +++ /dev/null @@ -1,62 +0,0 @@ -sudo apt install zig -y -snap install nvim --classic - -sudo cp ../sesh /usr/bin -cp ../tmux.conf ~/.tmux.conf - -###### Node -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash -wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash -nvm install node -nvm install-latest-npm -######## - -sudo apt install golang-go -y -sudo apt install ripgrep -y -sudo apt install ruby -y -sudo apt install ruby-dev -y - -sudo add-apt-repository ppa:lazygit-team/release -y -sudo apt update - -LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') -curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" -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 - -sudo apt install software-properties-common -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB3E94ADBE1229CF -sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' -sudo apt update -sudo apt install code -y - -# sudo gem install solargraph - -##### nerd fonts -sudo apt install wget fontconfig && - wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.zip && - cd ~/.local/share/fonts && unzip Meslo.zip && rm *Windows* && rm Meslo.zip && fc-cache -fv -###### - -npm install -g @railway/cli -npm install -g vercel -npm install -g vercel@latest - -cd ~/.config/ - -git clone http://www.git.noisyserver.sbs/noisycarlos/kitty -git config --global user.email "noisycarlos@hey.com" -git config --global user.name "Carlos Aldana" - -git clone https://git.noisyserver.sbs/noisycarlos/kitty -git clone https://git.noisyserver.sbs/noisycarlos/nvim -git clone https://git.noisyserver.sbs/noisycarlos/wezterm - -rm -r lazygit -git clone https://git.noisyserver.sbs/noisycarlos/lazygit -git clone https://git.noisyserver.sbs/tmux-plugins/tpm ~/.tmux/plugins/tpm diff --git a/ubuntu/main.sh b/ubuntu/ubuntu.sh similarity index 100% rename from ubuntu/main.sh rename to ubuntu/ubuntu.sh