{"id":15724894,"url":"https://github.com/ephraimduncan/dotfiles","last_synced_at":"2026-04-09T11:02:57.132Z","repository":{"id":111607311,"uuid":"443290983","full_name":"ephraimduncan/dotfiles","owner":"ephraimduncan","description":"backup or it didn't exist","archived":false,"fork":false,"pushed_at":"2021-12-31T09:24:14.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T01:16:08.293Z","etag":null,"topics":["dotfiles","neovim","ubuntu","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ephraimduncan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","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}},"created_at":"2021-12-31T08:01:04.000Z","updated_at":"2025-01-04T12:08:39.000Z","dependencies_parsed_at":"2023-05-21T19:00:48.142Z","dependency_job_id":null,"html_url":"https://github.com/ephraimduncan/dotfiles","commit_stats":null,"previous_names":["ephraimduncan/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ephraimduncan/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ephraimduncan","download_url":"https://codeload.github.com/ephraimduncan/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269355716,"owners_count":24403497,"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-08-08T02:00:09.200Z","response_time":72,"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":["dotfiles","neovim","ubuntu","vim","zsh"],"created_at":"2024-10-03T22:18:17.745Z","updated_at":"2025-12-30T21:49:14.348Z","avatar_url":"https://github.com/ephraimduncan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n\u003e My dotfiles for setting up a new Mac development environment\n\n## Quick Setup\n\n```bash\ngit clone https://github.com/YOUR_USERNAME/dotfiles.git ~/dotfiles\ncd ~/dotfiles\nchmod +x mac-setup.sh\n./mac-setup.sh\n```\n\n## What's Included\n\n### Applications \u0026 Tools\n- **Development**: Cursor, Zed, Obsidian, Neovim\n- **Productivity**: Raycast, Rectangle, Maccy, MonitorControl, Shottr  \n- **Communication**: Slack, Discord, Linear, Notion, WhatsApp\n- **Terminal**: Ghostty, Lazygit, LazyDocker\n- **Containers**: OrbStack (Docker alternative)\n\n### Development Environment\n- **Languages**: Node.js (via NVM), Bun, Python, Rust support\n- **Version Control**: Git with custom aliases and GPG signing\n- **Shell**: Zsh with Oh My Zsh, custom plugins, and Starship prompt\n- **Package Managers**: Homebrew, pnpm, npm\n\n### Configuration Files\n- `.zshrc` - Shell configuration with aliases and exports\n- `.gitconfig` - Git settings with useful aliases\n- `.gitignore_global` - Global Git ignore patterns\n- `.ssh/config` - SSH configuration for GitHub and services\n- `.gnupg/` - GPG configuration for commit signing\n- `vscode/settings.json` - VS Code settings\n\n### macOS System Tweaks\n- Disabled automatic text corrections and substitutions\n- Enhanced Finder with status bar, path bar, and folder sorting\n- Optimized Dock with faster animations and no recent apps\n- Trackpad tap-to-click and three-finger drag\n- Screenshots without shadows\n- Activity Monitor showing CPU usage in dock\n\n## Manual Steps After Setup\n\n1. **Generate GPG Key** (if needed):\n   ```bash\n   gpg --full-generate-key\n   ```\n\n2. **Authenticate with GitHub**:\n   ```bash\n   gh auth login\n   ```\n\n3. **Add SSH key to GitHub**:\n   ```bash\n   gh ssh-key add ~/.ssh/github.pub -t github\n   ```\n\n4. **Add GPG key to GitHub**:\n   ```bash\n   gpg --armor --export YOUR_KEY_ID | gh gpg-key add -\n   ```\n\n## File Organization\n\n```\ndotfiles/\n├── mac-setup.sh           # Main setup script\n├── .zshrc                 # Shell configuration\n├── .gitconfig             # Git configuration\n├── .gitignore_global      # Global Git ignore\n├── .ssh/\n│   └── config             # SSH configuration\n├── .gnupg/\n│   ├── gpg.conf           # GPG configuration  \n│   └── gpg-agent.conf     # GPG agent settings\n├── .config/\n│   └── ghostty/           # Terminal config\n└── vscode/\n    └── settings.json      # VS Code settings\n```\n\n## Legacy Scripts (Elementary OS)\n\nThe repository also contains legacy setup scripts from Elementary OS:\n- `setup.sh` - Original Linux setup script\n- `ssh.sh` - SSH key generation script  \n- `gpg.sh` - GPG key generation script\n\nThese are kept for reference but the Mac setup script is the current primary setup tool.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fephraimduncan%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fephraimduncan%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fephraimduncan%2Fdotfiles/lists"}