From 244462d22dc9b7795befdf32563e81861161f38e Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Thu, 20 Jun 2024 23:05:33 +0200 Subject: [PATCH] README: update fedora setup --- README.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 1ab8106..5e48607 100644 --- a/README.org +++ b/README.org @@ -121,8 +121,8 @@ RSA (NOT ECDSA or DSA). https://fedoramagazine.org/configure-wireguard-vpns-with-networkmanager/ - add and configure some modern tools: https://github.com/ibraheemdev/modern-unix?tab=readme-ov-file - bat duf ripgrep eza fd-find dog + #+name: update and install packages #+begin_src bash sudo dnf update sudo dnf group install sway-desktop-environment @@ -130,11 +130,15 @@ RSA (NOT ECDSA or DSA). ImageMagick \ bat \ bat \ + cascadia-code-nf-fonts \ + cmake \ duf \ + emacs \ eza \ fd-find \ fuzzel \ gammastep \ + gammastep-indicator \ gimp \ glances \ gparted \ @@ -143,6 +147,7 @@ RSA (NOT ECDSA or DSA). isync \ keepassxc \ kitty \ + libtool \ network-manager-applet \ notmuch \ ripgrep \ @@ -156,6 +161,7 @@ RSA (NOT ECDSA or DSA). #+RESULTS: + #+name: link dotfiles and emacs #+begin_src bash ln -s /home/fschl/git/dotfiles/.config/dunst /home/fschl/.config/dunst ln -s /home/fschl/git/dotfiles/.config/git /home/fschl/.config/git @@ -163,9 +169,16 @@ RSA (NOT ECDSA or DSA). ln -s /home/fschl/git/dotfiles/.config/waybar /home/fschl/.config/waybar git clone https://gitlab.com/fschl/emacs-config ~/git/emacs + cd ~/git/emacs + git submodule update --init --recursive ln -s /home/fschl/git/emacs /home/fschl/.config/emacs #+end_src + #+begin_src bash + rustup_init + cargo install starship + #+end_src + ** NEXT Moving to Guix - btrfs for snapshots, easier backups