README: update fedora setup
This commit is contained in:
parent
e5897b247f
commit
244462d22d
15
README.org
15
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
|
||||
|
|
Loading…
Reference in New Issue