From 15f7e21b5494e9ea33166999b27b00863488e842 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 3 Sep 2023 22:14:18 +1000 Subject: [PATCH] Bootstrap updates - install dnf-plugins-core first, as that provides copr command - aliases dont work in a shell script, just use the full command --- .config/yadm/bootstrap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 0c301ba..e08d2d6 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -1,20 +1,20 @@ #!/usr/bin/bash -# alias -alias dnfinstall="sudo dnf install -y" +# enable dnf copr command +sudo dnf install -y dnf-plugins-core # enable copr sudo dnf copr enable ganto/lxc4 -y sudo dnf copr enable livegrenier/i3-desktop -y -dnfinstall fedora-workstation-repositiories +sudo dnf install -y fedora-workstation-repositiories # compilers/languages -dnfinstall cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel g++ cargo rust golang \ +use dnf install -y cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel g++ cargo rust golang \ gcc kernel-tools cc1plus gcc-c++ clang clang-tools-extra clang-devel cmake dotnet # systools -dnfinstall firefox chromium gimp libreoffice dia oneshot shotwell steam thunderbird iotop the_silver_searcher \ +sudo dnf install -y firefox chromium gimp libreoffice dia oneshot shotwell steam thunderbird iotop the_silver_searcher \ cpupower btop htop dstat ifstat iftop lshw lsd minicom ncdu git gitui vim neovim tree-sitter tree-sitter-cli \ mutt pass pass-otp lxd lxc python-lxc pdftk-java podman pwgen python3-img2pdf python3-devel python3-neovim \ python3-netaddr shorewall shorewall6 systemd-oomd-defaults rxvt-unicode sshpass telnet terraform tig tldr \