{"id":28164280,"url":"https://github.com/numbata/dotfiles","last_synced_at":"2026-02-14T02:39:58.110Z","repository":{"id":35468048,"uuid":"39736215","full_name":"numbata/dotfiles","owner":"numbata","description":"Dotfiles managed by chezmoi ","archived":false,"fork":false,"pushed_at":"2025-01-22T21:33:44.000Z","size":154,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T11:17:26.312Z","etag":null,"topics":["chezmoi","dotfiles","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numbata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-26T18:14:41.000Z","updated_at":"2025-01-22T21:33:47.000Z","dependencies_parsed_at":"2024-12-29T03:17:19.626Z","dependency_job_id":"cfb8c100-4e61-4130-bd7a-eceac4c0718d","html_url":"https://github.com/numbata/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numbata/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbata%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbata%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbata%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbata%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numbata","download_url":"https://codeload.github.com/numbata/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbata%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278250088,"owners_count":25955840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chezmoi","dotfiles","vim"],"created_at":"2025-05-15T11:17:10.815Z","updated_at":"2026-02-14T02:39:58.086Z","avatar_url":"https://github.com/numbata.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles by numbata\n\nThese are my personal dotfiles for setting up a new system quickly and consistently.\nThey include configurations for macOS, terminal tools, SSH/GPG keys, and various development tools.\n\n## Quick Start\n\nRun this command to bootstrap everything:\n\n```bash\ncurl -sS https://raw.githubusercontent.com/numbata/dotfiles/main/bootstrap.sh | sh\n```\n\nThis will:\n- Install required tools (like Homebrew and 1Password CLI)\n- Configure macOS defaults\n- Set up terminal tools (e.g., tmux, Neovim, WezTerm)\n- Manage SSH and GPG keys securely\n\n## Key Features\n\n- **Mac Setup:** Automatically applies macOS preferences.\n- **SSH/GPG Keys:** Securely managed via 1Password.\n- **Development Tools:** Includes configurations for Git, Neovim (with LSP), tmux, and more.\n- **Customizations:** Easily remaps keys and sets up tools like Telescope, nvim-tree, and lualine.\n\n## Cheat Sheet\n\n### Shell\n\n| Command | Description |\n|---------|-------------|\n| `z foo` | Jump to directory matching \"foo\" (learns from history) |\n| `zi` | Interactive directory picker |\n| `Ctrl+R` | Search shell history (atuin) |\n\n### Modern CLI Aliases\n\n| Alias | Tool | Description |\n|-------|------|-------------|\n| `ls`, `ll`, `la` | eza | Listing with colors, icons, git status |\n| `lt` | eza | Tree view (2 levels) |\n| `cat`, `less` | bat | Syntax highlighting |\n| `find` | fd | Fast find, respects .gitignore |\n| `top` | htop | Interactive process viewer |\n| `lg` | lazygit | Terminal UI for git |\n| `help` | tldr | Simplified man pages |\n\nOriginal commands available with `o` prefix: `ocat`, `ols`, `ofind`, `otop`\n\n### Version Management (mise)\n\n| Command | Description |\n|---------|-------------|\n| `mise use node@20` | Install and use Node.js 20 |\n| `mise use python@3.12` | Install and use Python 3.12 |\n| `mise list` | Show installed versions |\n| `mise current` | Show active versions |\n\n### WezTerm (Leader: `Ctrl+a`)\n\n| Shortcut | Description |\n|----------|-------------|\n| `Leader -` | Split pane vertically |\n| `Leader \\|` | Split pane horizontally |\n| `Leader h/j/k/l` | Navigate panes |\n| `Leader z` | Zoom/unzoom pane |\n| `Cmd+t` | New tab |\n| `Cmd+w` | Close tab |\n\n### Neovim (Leader: `,`)\n\n| Shortcut | Description |\n|----------|-------------|\n| `Ctrl+p` | Find files (Telescope) |\n| `,fg` | Live grep (search in files) |\n| `,d` | Toggle file explorer |\n| `s` | Flash jump (type 2 chars) |\n| `gd` | Go to definition |\n| `gr` | Find references |\n| `K` | Hover documentation |\n| `,ca` | Code actions |\n| `,f` | Format code |\n| `Ctrl+h/j/k/l` | Navigate windows |\n\n### Git Aliases\n\n| Alias | Command |\n|-------|---------|\n| `git co` | checkout |\n| `git ci` | commit -v |\n| `git st` | status |\n| `git up` | pull --rebase |\n| `git put` | push origin HEAD |\n| `git ls` | pretty log |\n| `git graph` | visual commit graph |\n| `git recent` | recently checked out branches |\n\n## Notes\n\n- Tested on macOS. Use at your own risk on other systems.\n\nEnjoy your new system!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumbata%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumbata%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumbata%2Fdotfiles/lists"}