e0b723104f52332e05e12b12881a2501cacf31e2
- 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.
Installation (stow on Linux)
Assuming the repository is already present locally (e.g., at ~/.dotfiles):
- From the repo root, run:
cd ~/.dotfiles
stow .
- Running
stow .from the repo root is sufficient; no--targetis needed. - Preview changes with
stow -n .before applying.
- 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.
Description
Languages
Shell
100%