glennigen e0b723104f Add initial user configuration file with default settings
- Created user.ini file to store user-specific settings for OBS.
- Included general settings, window preferences, appearance options, and accessibility configurations.
- Set default values for various parameters to enhance user experience on first run.
2025-12-04 17:08:03 +01:00

Installation (stow on Linux)

Assuming the repository is already present locally (e.g., at ~/.dotfiles):

  1. From the repo root, run:
cd ~/.dotfiles
stow .
  • Running stow . from the repo root is sufficient; no --target is needed.
  • Preview changes with stow -n . before applying.
  1. Optional — set fish as your login shell:
chsh -s "$(which fish)" "$USER"

Notes:

  • Resolve any file conflicts before running stow (move or remove existing files).
  • This repository is private; manage updates using your preferred method.
S
Description
No description provided
Readme 20 MiB
Languages
Shell 100%