Skip to content

Latest commit

 

History

232 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-files

My dotfiles & environment setup

Versioned Linux configs I use day to day.

What's in here

Path Contents
home/ Bash, git, Cursor (rules, agents, skills)
config/ btop, htop, tmux
install.sh Symlink home/ and config/ into place

Structure

.
├── home/
│   ├── .bashrc, .bash_aliases, .bash_functions
│   ├── .gitconfig, .gitmessage
│   └── .cursor/
│       ├── agents/
│       ├── rules/
│       └── skills/
├── config/
│   ├── btop/
│   ├── htop/
│   └── tmux/
├── install.sh
└── .github/          # CI & repo scripts (not installed)

Setup

Warning

This symlinks configs into your home directory. Anything replaced is moved to ~/.dotfiles-backup/. Use at your own risk.

./install.sh

.cursor children link individually into ~/.cursor/ so Cursor-managed paths are not replaced wholesale.

Cursor skills

Skills under home/.cursor/skills/ come from versioned upstreams (see .github/upstreams/) plus any local-only dirs you add by hand. Sync with ./.github/scripts/sync-upstreams.sh --pull.

Skill dirs Upstream Path in upstream Local overlay
home/.cursor/skills/* (default set) addyosmani/agent-skills (MIT) skills/ disable-model-invocation: true, idea-refine path fix
home/.cursor/skills/ui-ux-pro-max/ nextlevelbuilder/ui-ux-pro-max-skill (MIT) .claude/skills/ui-ux-pro-max/ search.py path rewritten to $HOME/.cursor/skills/... (scripts/ vendored for linguist)
home/.cursor/skills/i-have-adhd/ ayghri/i-have-adhd (MIT) .cursor/skills/i-have-adhd/ none (disable-model-invocation already in upstream)
home/.cursor/skills/resume-builder/ dabydat/resume-builder-skill (MIT) skill/ disable-model-invocation: true

Rules and any skill dirs not listed above are mine (unmanaged by sync).

License

This repository is MIT licensed. Synced Cursor skills remain under their upstream licenses (see table above).

About

My dotfiles & environment setup

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages