fedora support

This commit is contained in:
Adam 2023-03-01 19:48:19 -05:00
parent 70f46355ae
commit 1fa6dbcf6e
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,26 @@
#!/bin/bash
cd
sudo dnf install -y \
sl \
btop \
neovim \
byobu \
zsh \
lf \
nnn \
kitty-terminfo \
mosh \
# Packer
if ! test -d ~/.local/share/nvim/site/pack/packer/start/packer.nvim; then
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
fi &&
# OhMyZsh
if ! test -d .config/zsh/ohmyzsh; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
fi &&
sudo chsh -s /bin/zsh $USER

View file

@ -34,6 +34,12 @@ elif [[ $OS == *buntu* ]]; then
sudo apt-get -y install git rsync &&
git clone https://github.com/adoyle0/Doors.git .doors &&
.doors/.scripts/doors/install_min_ubuntu
elif [[ $OS == *Fedora* ]]; then
cd &&
sudo dnf install -y git rsync &&
git clone https://github.com/adoyle0/Doors.git .doors &&
.doors/.scripts/doors/install_min_fedora
fi
# send it