add some packages
This commit is contained in:
parent
0841834edb
commit
2e8aa91092
2 changed files with 3 additions and 3 deletions
2
dotfiles
2
dotfiles
|
@ -1 +1 @@
|
|||
Subproject commit b8ad9ef33935e58c34bd0c74499069094b2c0784
|
||||
Subproject commit 0bc78c17d8ae261c0d53ca24827e654ae2e93fc7
|
|
@ -14,7 +14,7 @@ if command_exists "apt-get"; then
|
|||
sudo apt-get install kitty -y
|
||||
echo "Please install SchildiChat, nvim/neovim"
|
||||
elif command_exists "dnf"; then
|
||||
sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup clippy p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip -y
|
||||
sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup clippy p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-tools hyfetch fastfetch ffmpeg nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop -y
|
||||
|
||||
# Install schildichat-desktop
|
||||
# should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though
|
||||
|
@ -32,7 +32,7 @@ elif command_exists "rpm-ostree"; then
|
|||
|
||||
flatpak install me.iepure.devtoolbox
|
||||
elif command_exists "yay"; then
|
||||
yay -S kitty neovim gcc vlc ncdu gcolor3 rustup p7zip mosh krita podman podman-compose gajim progress yt-dlp genisoimage drawing clippy gnome-hexgl zstd iperf3 unzip schildichat-desktop-bin digikam man-db prismlauncher-qt5-bin progress --noconfirm --needed
|
||||
yay -S kitty neovim gcc vlc ncdu gcolor3 rustup p7zip mosh krita podman podman-compose gajim progress yt-dlp genisoimage drawing clippy gnome-hexgl zstd iperf3 unzip schildichat-desktop-bin digikam man-db prismlauncher-qt5-bin progress bind-utils --noconfirm --needed
|
||||
elif command_exists "zypp"; then
|
||||
# Untested
|
||||
sudo zypper install kitty -y
|
||||
|
|
Loading…
Reference in a new issue