diff --git a/dev.sh b/fedora-dev.sh similarity index 100% rename from dev.sh rename to fedora-dev.sh diff --git a/apps.sh b/fedora-main.sh similarity index 97% rename from apps.sh rename to fedora-main.sh index f15ab4d..0b61761 100644 --- a/apps.sh +++ b/fedora-main.sh @@ -3,6 +3,8 @@ sudo dnf install 1password -y sudo dnf install btop -y sudo dnf install flatseal -y sudo dnf install gnome-shell-extension-pop-shell xprop -y + +flatpak install SaveDesktop -y flatpak install app/com.yubico.yubioath/x86_64/stable -y flatpak install net.nokyan.Resources -y diff --git a/kitty b/kitty new file mode 160000 index 0000000..f42da16 --- /dev/null +++ b/kitty @@ -0,0 +1 @@ +Subproject commit f42da16651f1a6e4ec5514350d98c8f45b552c67 diff --git a/ubuntu-dev.sh b/ubuntu-dev.sh new file mode 100644 index 0000000..737c8cb --- /dev/null +++ b/ubuntu-dev.sh @@ -0,0 +1,45 @@ +sudo apt install zig -y +sudo apt install neovim -y +sudo apt install npm -y +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 +sudo apt install lazygit -y +sudo apt install alacritty -y + +sudo apt install tmux -y + +sudo apt install kitty -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 + +sudo add-apt-repository ppa:hack-fonts/hack -y +sudo apt update +sudo apt install fonts-hack -y + +git clone http://www.github.com/noisycarlos/kitty + +sudo npm install -g @railway/cli +sudo npm install -g vercel +sudo npm install -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/kitty +git clone https://github.com/noisycarlos/nvim + +rm -r lazygit +git clone https://github.com/noisycarlos/lazygit diff --git a/ubuntu-main.sh b/ubuntu-main.sh new file mode 100644 index 0000000..2c34df1 --- /dev/null +++ b/ubuntu-main.sh @@ -0,0 +1,29 @@ +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 +sudo sh -c 'echo "deb [arch=amd64] https://downloads.1password.com/linux/debian/amd64/ stable main" > /etc/apt/sources.list.d/1password.list' +sudo apt update +sudo apt install 1password -y + +sudo apt install btop -y +sudo apt install flatseal -y +sudo apt install gnome-shell-extension-pop-shell x11-utils -y + +flatpak install flathub com.yubico.yubioath -y +flatpak install flathub net.nokyan.Resources -y + +# Codecs +sudo apt install ubuntu-restricted-extras -y + +# Browsers +flatpak install flathub com.google.Chrome -y +flatpak install flathub org.waterfoxproject.waterfox -y +sudo apt install chromium-browser -y + +wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +sudo dpkg -i google-chrome-stable_current_amd64.deb +sudo apt install -f -y +rm google-chrome-stable_current_amd64.deb + +# Video +sudo apt install djv -y +sudo apt install vlc -y +sudo apt install python3-vlc -y