SkillAgentSearch skills...

Dotfiles

# Productive Development config for weeb gurls #v2

Install / Use

/learn @kyuna0312/Dotfiles
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Kyuna0312 DotConfig files

Kyuna0312

Full and clean configurations for a development environment on GNU/Linux and macOS.

Prerequisite

  • GNU Linux and macOS
  • Git, Zsh, curl/wget
  • Recommend: Neovim, tmux

Quickstart

Linux and macOS

sh -c "$(curl -fsSL https://github.com/kyuna0312/dotfiles/raw/main/install.sh)"

or

sh -c "$(wget https://github.com/kyuna0312/dotfiles/raw/main/install.sh -O -)"

or

git clone https://github.com/kyuna0312/dotfiles.git ~/.dotfiles  # or download the zip package
cd ~/.dotfiles
./install.sh

Customization

Zsh customization

If you run ./install.sh, this repo will symlink ~/.zshrc, ~/.bashrc, Starship config, and tmux config. For OS-specific behavior, check shell/zsh/linux.zsh and shell/zsh/macos.zsh.

Git local config

Set your git configurations in ~/.gitconfig.local, e.g. user credentials.

[commit]
    # Sign commits using GPG.
    # https://help.github.com/articles/signing-commits-using-gpg/
    gpgsign = true

[user]
    name = John Doe
    email = john.doe@example.com
    signingkey = XXXXXXXX

Contents

  • zsh config (Starship prompt + modular OS layers)
  • bash config
  • nvim (NeoVim) config
  • tmux config (TPM + plugins)
  • starship prompt
  • git config
  • nushell config

Shell setup (macOS & Linux)

  • zsh (neon Lucy-inspired Starship prompt)
  • tmux (TPM + cyberpunk UI, vim pane keys, session restore)
  • fast nav: fd + fzf, zoxide (lazy-loaded)
  • optional: nushell + atuin (history) if you use Nushell

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated4d ago
Forks1

Languages

Shell

Security Score

95/100

Audited on Mar 20, 2026

No findings