Dot files for my Fedora environment.
  • Vim Script 67.8%
  • Shell 30.7%
  • Makefile 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 22:43:08 +02:00
arch Update configs 2024-07-22 20:35:39 +02:00
dots add deno install script 2026-09-05 22:43:08 +02:00
fedora add deno install script 2026-09-05 22:43:08 +02:00
gnome update gnome settings 2026-06-19 14:28:30 +02:00
ubuntu Update vscode settings 2025-12-29 18:49:20 +01:00
.gitignore cleanup vscode settings 2026-09-05 12:13:29 +02:00
link.sh Add fonts folder 2022-12-29 02:42:37 +01:00
Makefile fix loading of gnome settings 2026-07-18 00:00:44 +02:00
README.md update makefile 2026-03-13 19:30:33 +01:00

Dots

Here you can find most configuration files for my Linux environment.

Project Structure

  • Fedora - Scripts to setup my configuration on a fresh install of Fedora.
  • Dots Configuration, scripts and aliases that are part of my environment.

The folders below are no longer in use, but I'm keeping them around for future reference.

  • Ubuntu Auto-install configuration and scripts to configure a fresh install of ubuntu.
  • Arch Scripts to install and configure Arch.

Commands

  • make config - Runs the Fedora configuration script, runs the other targets below depending on the choices made in the dialog.
  • make links Create symlinks for all configs. Where possible links are created from a directory rather than a file (eg. ~/.config/i3 instead of ~/.config/i3/config). This command will overwrite existing configs.
  • make load-gnome-settings Load gnome configuration from the gnome directory.
  • make save-gnome-settings Save current gnome configuration into the gnome directory.
  • make zsh-setup - Install zsh extensions.
  • make vscode-setup Install all vscode extensions listed in extensions.list
  • make vim-setup Install nvim extensions listed in init.vim
  • make All of the above.