From 5f78deef8873310d3ac3e676b9a20cfa65959c61 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 5 Nov 2020 06:30:34 +0000 Subject: [PATCH] changed to dnf install packages with move to swaywm Signed-off-by: Michael --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30681a4..35720d9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Handy Fedora installation shit ## DNF and Packages ### RPM Fusion + ```sh sudo dnf install \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ @@ -14,27 +15,30 @@ sudo dnf install \ ### Install command packages ```sh -sudo dnf install vim screen screenfetch scrot tmux libcxx arandr syncthing glances dconf-editor arc-theme numix-icon-theme chromium wavemon unbound @virtualization i3 feh lxappearance /usr/bin/mpstat acpi pavucontrol nmap cargo gnome-tweaks NetworkManager-tui wireshark steam obs-studio keepassxc speedtest-cli cmus lm_sensors openssh-askpass libgnome-keyring cockpit cockpit-ws cockpit-selinux cockpit-dashboard cockpit-machines cockpit-storaged cockpit-networkmanager xclip iperf3 +sudo dnf install vim screen tmux libcxx syncthing glances dconf-editor arc-theme numix-icon-theme-cirlce chromium wavemon unbound @virtualization /usr/bin/mpstat acpi pavucontrol nmap NetworkManager-tui wireshark steam obs-studio keepassxc speedtest-cli cmus lm_sensors openssh-askpass libgnome-keyring cockpit cockpit-ws cockpit-selinux cockpit-dashboard cockpit-machines cockpit-storaged cockpit-networkmanager xclip iperf3 compton rofi sway swaybg swaylock swaynag swaybar swayidle swaymsg grim slurp light mako ``` ### GPU packages + ```sh sudo dnf install radeontop sudo dnf install intel-gpu-tools ``` ### C Development Packages + ```sh sudo dnf groupinstall "C Development Tools and Libraries" ``` ### Encoding options + ```sh sudo dnf groupupdate Multimedia sudo dnf install gstreamer1-{ffmpeg,libav,plugins-{good,ugly,bad{,-free,-nonfree}}} --setopt=strict=0 ``` -## copr and repositories +## copr and repositories ### copr @@ -45,13 +49,16 @@ sudo dnf copr enable alunux/budgie-desktop-git ``` ### vscode + ```sh sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo' sudo dnf check-update sudo dnf install code ``` + ### docker + ```sh sudo dnf -y install dnf-plugins-core sudo dnf config-manager \ @@ -61,6 +68,7 @@ sudo dnf install docker-ce docker-ce-cli containerd.io ``` ### mesa repo + ```sh [nadmartin-mesa] name=Copr repo for mesa x64 owned by nadmartin @@ -99,4 +107,4 @@ Install global nodejs packages ```sh sudo npm install -g npm-check-updates pug-cli sass npm-check-updates nodemon -``` \ No newline at end of file +```