├── .claude └── settings.local.json ├── hyprland-overrides.conf ├── install-all.sh ├── install-asdf.sh ├── install-dotfiles.sh ├── install-ghostty.sh ├── install-hyprland-overrides.sh ├── install-nodejs.sh ├── install-postgresql.sh ├── install-ruby.sh ├── install-stow.sh ├── install-tmux.sh ├── install-zsh.sh └── set-shell.sh /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /hyprland-overrides.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/hyprland-overrides.conf -------------------------------------------------------------------------------- /install-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-all.sh -------------------------------------------------------------------------------- /install-asdf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-asdf.sh -------------------------------------------------------------------------------- /install-dotfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-dotfiles.sh -------------------------------------------------------------------------------- /install-ghostty.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-ghostty.sh -------------------------------------------------------------------------------- /install-hyprland-overrides.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-hyprland-overrides.sh -------------------------------------------------------------------------------- /install-nodejs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-nodejs.sh -------------------------------------------------------------------------------- /install-postgresql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-postgresql.sh -------------------------------------------------------------------------------- /install-ruby.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-ruby.sh -------------------------------------------------------------------------------- /install-stow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-stow.sh -------------------------------------------------------------------------------- /install-tmux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-tmux.sh -------------------------------------------------------------------------------- /install-zsh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/install-zsh.sh -------------------------------------------------------------------------------- /set-shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typecraft-dev/omarchy-supplement/HEAD/set-shell.sh --------------------------------------------------------------------------------