README: update fedora setup

This commit is contained in:
Frieder Schlesier 2024-06-20 23:05:33 +02:00
parent e5897b247f
commit 244462d22d
1 changed files with 14 additions and 1 deletions

View File

@ -121,8 +121,8 @@ RSA (NOT ECDSA or DSA).
https://fedoramagazine.org/configure-wireguard-vpns-with-networkmanager/ https://fedoramagazine.org/configure-wireguard-vpns-with-networkmanager/
- add and configure some modern tools: - add and configure some modern tools:
https://github.com/ibraheemdev/modern-unix?tab=readme-ov-file 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 #+begin_src bash
sudo dnf update sudo dnf update
sudo dnf group install sway-desktop-environment sudo dnf group install sway-desktop-environment
@ -130,11 +130,15 @@ RSA (NOT ECDSA or DSA).
ImageMagick \ ImageMagick \
bat \ bat \
bat \ bat \
cascadia-code-nf-fonts \
cmake \
duf \ duf \
emacs \
eza \ eza \
fd-find \ fd-find \
fuzzel \ fuzzel \
gammastep \ gammastep \
gammastep-indicator \
gimp \ gimp \
glances \ glances \
gparted \ gparted \
@ -143,6 +147,7 @@ RSA (NOT ECDSA or DSA).
isync \ isync \
keepassxc \ keepassxc \
kitty \ kitty \
libtool \
network-manager-applet \ network-manager-applet \
notmuch \ notmuch \
ripgrep \ ripgrep \
@ -156,6 +161,7 @@ RSA (NOT ECDSA or DSA).
#+RESULTS: #+RESULTS:
#+name: link dotfiles and emacs
#+begin_src bash #+begin_src bash
ln -s /home/fschl/git/dotfiles/.config/dunst /home/fschl/.config/dunst ln -s /home/fschl/git/dotfiles/.config/dunst /home/fschl/.config/dunst
ln -s /home/fschl/git/dotfiles/.config/git /home/fschl/.config/git 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 ln -s /home/fschl/git/dotfiles/.config/waybar /home/fschl/.config/waybar
git clone https://gitlab.com/fschl/emacs-config ~/git/emacs 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 ln -s /home/fschl/git/emacs /home/fschl/.config/emacs
#+end_src #+end_src
#+begin_src bash
rustup_init
cargo install starship
#+end_src
** NEXT Moving to Guix ** NEXT Moving to Guix
- btrfs for snapshots, easier backups - btrfs for snapshots, easier backups