first
This commit is contained in:
11
.install/install_list_dnf.inst
Normal file
11
.install/install_list_dnf.inst
Normal file
@@ -0,0 +1,11 @@
|
||||
fastfetch
|
||||
neovim
|
||||
waybar
|
||||
hyprland
|
||||
hyprland-devel
|
||||
hyprpaper
|
||||
clangd
|
||||
clang
|
||||
ccls
|
||||
cmake
|
||||
samba
|
||||
4
.install/install_list_flatpak.inst
Normal file
4
.install/install_list_flatpak.inst
Normal file
@@ -0,0 +1,4 @@
|
||||
kitty
|
||||
spotify
|
||||
obsidian
|
||||
wireshark
|
||||
2
.install/install_list_pip.inst
Normal file
2
.install/install_list_pip.inst
Normal file
@@ -0,0 +1,2 @@
|
||||
pywal
|
||||
pywal16
|
||||
15
.install/packages.sh
Normal file
15
.install/packages.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
sudo dnf install --skip-unavailable --skip-broken -y $(cat $HOME/.install/install_list_dnf.inst)
|
||||
echo ===========================================================================
|
||||
echo running pip now
|
||||
echo ===========================================================================
|
||||
pip install -y $(cat $HOME/.install/install_list_pip.inst)
|
||||
echo ===========================================================================
|
||||
echo running flatpak now
|
||||
echo ===========================================================================
|
||||
flatpak install -y fedora $(cat $HOME/.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
|
||||
Reference in New Issue
Block a user