This commit is contained in:
2025-02-07 22:01:19 -08:00
parent 6e8bdee0ec
commit 047e229495
5 changed files with 11 additions and 24 deletions

View File

@@ -1,11 +1 @@
fastfetch
neovim
waybar
hyprland
hyprland-devel
hyprpaper
clangd
clang
ccls
cmake
samba
fastfetch neovim waybar hyprland hyprland-devel hyprpaper clangd clang ccls cmake samba

View File

@@ -1,4 +1 @@
kitty
spotify
obsidian
wireshark
kitty spotify obsidian wireshark

View File

@@ -1,2 +1 @@
pywal
pywal16
pywal pywal16

View File

@@ -1,16 +1,17 @@
#!/bin/bash
sudo dnf install --skip-unavailable --skip-broken -y $(cat $HOME/.install/install_list_dnf.inst)
INSTALL=/home/preacher/.config/.install
sudo dnf install --skip-unavailable --skip-broken -y $(cat $INSTALL/install_list_dnf.inst)
echo ===========================================================================
echo running pip now
echo ===========================================================================
pip install -y $(cat $HOME/.install/install_list_pip.inst)
pip install $(cat $INSTALL/install_list_pip.inst)
echo ===========================================================================
echo running flatpak now
echo ===========================================================================
flatpak install -y fedora $(cat $HOME/.install/install_list_flatpak.inst)
#flatpak install -y $(cat $INSTALL/install_list_flatpak.inst)
echo ===========================================================================
echo installing fonts now
echo ===========================================================================
curl -o /tmp/Arimo.zip -L https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Arimo.zip
unzip /tmp/Arimo.zip -d $HOME/.local/share/fonts/
fc-cache -vf $HOME/.local/share/fonts
unzip /tmp/Arimo.zip -d /home/preacher/.local/share/fonts/
fc-cache -vf /home/preacher/.local/share/fonts

View File

@@ -4,6 +4,6 @@ if [ "$EUID" -ne 0 ]
exit
fi
sh ./.install/packages.sh
sh /home/preacher/.config/.dotfiles/.install/packages.sh
echo copping over config
cp -rf ./* $HOME/.config/
#cp -rf ./* $HOME/.config/