README: streamline fedora setup
This commit is contained in:
parent
6d4354f2f5
commit
c83df245af
44
README.org
44
README.org
|
@ -109,6 +109,7 @@ RSA (NOT ECDSA or DSA).
|
||||||
- different Desktop/Workstation spins (Gnome, KDE, sway...)
|
- different Desktop/Workstation spins (Gnome, KDE, sway...)
|
||||||
- =dnf= package manager, install updates on reboot
|
- =dnf= package manager, install updates on reboot
|
||||||
- "Atomic Desktop", uses Fedora/RedHat CoreOS with rpm-ostree + flatpaks
|
- "Atomic Desktop", uses Fedora/RedHat CoreOS with rpm-ostree + flatpaks
|
||||||
|
- has problems with video playback (in firefox)
|
||||||
- setup syncthing service
|
- setup syncthing service
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
https://src.fedoraproject.org/rpms/syncthing/tree/rawhide
|
https://src.fedoraproject.org/rpms/syncthing/tree/rawhide
|
||||||
|
@ -122,6 +123,49 @@ RSA (NOT ECDSA or DSA).
|
||||||
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
|
bat duf ripgrep eza fd-find dog
|
||||||
|
|
||||||
|
#+begin_src bash
|
||||||
|
sudo dnf update
|
||||||
|
sudo dnf group install sway-desktop-environment
|
||||||
|
sudo dnf -y install \
|
||||||
|
ImageMagick \
|
||||||
|
bat \
|
||||||
|
bat \
|
||||||
|
duf \
|
||||||
|
eza \
|
||||||
|
fd-find \
|
||||||
|
fuzzel \
|
||||||
|
gammastep \
|
||||||
|
gimp \
|
||||||
|
glances \
|
||||||
|
gparted \
|
||||||
|
grimshot \
|
||||||
|
htop \
|
||||||
|
isync \
|
||||||
|
keepassxc \
|
||||||
|
kitty \
|
||||||
|
network-manager-applet \
|
||||||
|
notmuch \
|
||||||
|
ripgrep \
|
||||||
|
rustup \
|
||||||
|
syncthing \
|
||||||
|
udiskie \
|
||||||
|
virt-manager \
|
||||||
|
wireguard-tools \
|
||||||
|
wofi
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+RESULTS:
|
||||||
|
|
||||||
|
#+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
|
||||||
|
ln -s /home/fschl/git/dotfiles/.config/sway /home/fschl/.config/sway
|
||||||
|
ln -s /home/fschl/git/dotfiles/.config/waybar /home/fschl/.config/waybar
|
||||||
|
|
||||||
|
git clone https://gitlab.com/fschl/emacs-config ~/git/emacs
|
||||||
|
ln -s /home/fschl/git/emacs /home/fschl/.config/emacs
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** NEXT Moving to Guix
|
** NEXT Moving to Guix
|
||||||
|
|
||||||
- btrfs for snapshots, easier backups
|
- btrfs for snapshots, easier backups
|
||||||
|
|
Loading…
Reference in New Issue