🎯

staging-browser-localhost

🎯Skill

from kentoje/dotfiles

VibeIndex|
What it does

Opens a local staging browser environment for development and testing purposes, likely facilitating quick access to localhost web applications or development servers.

staging-browser-localhost

Installation

Install skill:
npx skills add https://github.com/kentoje/dotfiles --skill staging-browser-localhost
5
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# dotfiles

Screenshots

image

image

Flow

Nix is in charge of managing the system configuration. The dotfiles are managed by stow and are symlinked to the home directory.

Homebrew is installed via Nix, and most of UI applications are installed if possible with Nix.

Install

Stow

Run stow in the current dotfiles directory which should be in $HOME/dotfiles

```bash

$ sudo ./setup/macos/setup.sh

```

nix-darwin

Install nix

```bash

$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

```

Install nix-darwin

```bash

$ nix run nix-darwin -- switch --flake ./.config/nix-darwin-#kento

```

Update nix packages

```bash

$ nix flake update ./.config/nix-darwin-pro

```

Rebuild env

```bash

$ darwin-rebuild switch --flake #

```

Tmux

Install tmux plugins

```bash

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

$ nvim .config/tmux/tmux.config

```

Run plugin install with: I