No description
  • Vim Script 67.4%
  • Shell 31.1%
  • Makefile 1.5%
Find a file
2026-06-28 14:06:43 +02:00
arch Update configs 2024-07-22 20:35:39 +02:00
dots fix git workdir status prompt 2026-06-28 14:06:43 +02:00
fedora replace project-find script with bfs and ripgrep 2026-06-27 11:12:48 +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 Add command palette 2022-12-28 16:27:33 +01:00
link.sh Add fonts folder 2022-12-29 02:42:37 +01:00
Makefile update makefile 2026-03-13 19:30:33 +01: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.