Personal workstation setup

Install the dotfiles profile without cloning first.

Bootstrap the main dotfiles repository, update it safely, and run the real installer. It targets the current user profile: editor config, shell helpers, terminal tooling, and user-local binaries when system rights are limited.

user profile
curl -fsSL https://winglowz.com/dotfiles-script | sh

$ Préparation de l’installation dotfiles...

$ Mise à jour du dépôt dotfiles...

$ Starting dotfiles installation...

$ User-local paths configured

Best for

  • Linux workstations
  • Codespaces-style environments
  • user-level shell and editor setup
  • reproducible dotfiles updates

Installed by the profile

  • Neovim configuration
  • Starship, Zoxide, FZF, Ranger
  • shell aliases and PATH setup
  • optional user-local CLI tools
  • config symlinks with backups

Boundary

  • × ShipGlowz system setup still uses its own root installer
  • × system services are not silently enabled from user mode
  • × private secrets are not created by the bootstrap

Useful links

The bootstrap clones or updates ~/dotfiles, stashes local dirty changes before updating, then runs dotfiles/install.sh.