Go back

2

Computer Setup

View Repo

MacOS w/Aerospace

mac

NixOS w/Hyprland

nix

Setup dots CLI

I’ve added a config pattern and CLI for detecting the current OS and syncing configs based on the environment.

Files to sync/copy are tracked in ~/dots/config.sh.

Install

Clone and install the dots CLI with the following.

git clone [email protected]:qudo-code/dots.git ~/dots && ~/dots/install.sh

Usage

Once installed, the dots CLI should be available in your terminal.

CLI logic lives in ~/dots/cli.sh, edit as needed

  • dots sync: Pushes any changes GitHub, Detects OS, copies files from config to system.
    • Change ~/dots/config.sh as needed.
  • dots edit: Opens the config files in editor.
    • First checks for zed, then cursor, then code.
  • dots install: Intended to be used for heavier less frequest setup tasks.
    • On nixos: Rebuilds the current config.
    • On macos: Installs Homebrew, apps via homebrew and other base apps and tools.
Dots CLI
OS:      macos
Home:    /Users/qudo
Command: Help
-----------------
✏️ Open configs in editor
~/dots edit
~/dots e

➡️ Sync configs with sytem
~/dots sync
~/dots s

🛠️ Run ~/dots install step
~/dots install
~/dots i