My personal dotfiles
Find a file
2026-08-25 17:39:59 +02:00
.config stuff 2026-08-25 17:39:59 +02:00
.local stuff 2026-08-25 17:39:59 +02:00
.gitmodules uhhh 2026-01-15 01:58:32 +01:00
LICENSE Initial commit 2025-09-05 18:07:44 +02:00
niri-colors.png update README 2026-03-20 00:28:15 +01:00
niri-colors.svg update README 2026-03-20 00:28:15 +01:00
README.md Update README.md 2026-03-20 00:32:34 +01:00

dotfiles

My personal dotfiles. They are meant to be used on a Fedora Workstation install.

Installation

Install GNU Stow.

sudo dnf install stow

Clone dotfiles into home folder.

git clone https://git.nevereverever.de/never/dotfiles.git ~/.dotfiles/

Stow configuration using stow.

cd .dotfiles/
stow ./

Install necessary software.

sudo dnf install fish niri brightnessctl waybar fuzzel mako swaylock swaybg swayidle alacritty

Change the shell to fish.

chsh -s /usr/bin/fish

Additional Software

Neovim

My neovim config requires version 12 or higher. If the Fedora repos don't have it, build it from source. Install @c-development and cmake before compiling and use (8) concurrent jobs with the -j 8 option.

Also install tree-sitter-cli.

TeXLive

Similarly the TeXLive version in the Fedora repos are not up to date. Use the manual installation.

Also installing a PDF viewer with synctex support is recommended

Sioyek

Build the development branch of sioyek. Install the packages.

sudo dnf install qt6-qtbase-devel qt6-qtbase-static qt6-qt3d-devel harfbuzz-devel qt6-qtsvg-devel qt6-qtspeech-devel

Luakit

Build the develop branch of Luakit. Install the packages.

sudo dnf install gtk3-devel webkit2gtk4.1-devel sqlite3pp-devel luajit-devel lua5.1-filesystem

mpd

Install mpd.

sudo dnf install mpd

Configure mpd.

mkdir ~/.local/share/mpd ~/.local/state/mpd

Install an mpd client.

sudo dnf install mpc

Or a graphical mpd client. Flathub repo required.

flatpak install de.wagnermartin.Plattenalbum

Image creation

The usual stuff.

sudo dnf install ipe gimp inkscape blender

Music creation

Enable the audinux copr repo.

sudo dnf copr enable ycollet/audinux

Install the software.

sudo dnf install ardour8 drumgizmo caps-lv2 lv2-x42-plugins

Miscellaneous

For some RPM Fusion (Non) Free repos or Flathub are needed.

  • Fedora Repos

    • keepassxc
    • evolution
    • qt6ct
      • plasma-breeze-qt6
    • yt-dlp
    • lua
    • @c-development
  • RPM Fusion

    • steam
  • Flathub

    • org.gnome.World.PikaBackup
    • app.drey.EarTag
    • org.signal.Signal
    • com.modrinth.ModrinthApp
    • de.bund.ausweisapp.ausweisapp2
    • io.github.finefindus.Hieroglyphic

Tuxedo laptop drivers

Install the Tuxedo Fedora repos.

Install the Tuxedo Control Center and the LAN Module drivers

sudo dnf install tuxedo-control-center tuxedo-yt6801

Colors

Color Description
#ffffff fg0/text
#999999 fg1
#7f7f7f fg2/border
#505050 fg3/border/inactive
#2c2c2c bg2/border/highlight
#191919 bg1
#000000 bg3
#7fc8ff primary accent/active
#ffc87f secondary accent
#9b0000 urgent

Color palette