{"id":29170106,"url":"https://github.com/ajaikn/dotfiles","last_synced_at":"2026-05-07T11:02:18.907Z","repository":{"id":301211780,"uuid":"1008191302","full_name":"AjaiKN/dotfiles","owner":"AjaiKN","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2026-04-04T10:44:39.000Z","size":2254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T12:25:10.860Z","etag":null,"topics":["doom-emacs","dotfiles","emacs","emacs-configuration","emacs-lisp","evil","git","linux","macos","shell","shell-scripts","unix","zsh"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AjaiKN.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-25T07:03:21.000Z","updated_at":"2026-04-04T10:44:24.000Z","dependencies_parsed_at":"2025-07-10T02:41:58.320Z","dependency_job_id":"3483089d-2163-4e80-9600-bc746ae8445e","html_url":"https://github.com/AjaiKN/dotfiles","commit_stats":null,"previous_names":["ajaikn/dotfiles"],"tags_count":114,"template":false,"template_full_name":null,"purl":"pkg:github/AjaiKN/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjaiKN%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjaiKN%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjaiKN%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjaiKN%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AjaiKN","download_url":"https://codeload.github.com/AjaiKN/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AjaiKN%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32734391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["doom-emacs","dotfiles","emacs","emacs-configuration","emacs-lisp","evil","git","linux","macos","shell","shell-scripts","unix","zsh"],"created_at":"2025-07-01T12:07:26.177Z","updated_at":"2026-05-07T11:02:18.864Z","avatar_url":"https://github.com/AjaiKN.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ajai's dotfiles\n\n## Downloading\n\nTo download my dotfiles, you can run either of the following commands:\n\n\u003c!-- sh -c \"$(curl -fsSL https://dotfiles.ajai.dev/download)\" --\u003e\n``` sh\ncurl https://dotfiles.ajai.dev/download | sh\n```\n\n\u003c!-- sh -c \"$(wget -qO - https://dotfiles.ajai.dev/download)\" --\u003e\n``` sh\nwget -O - https://dotfiles.ajai.dev/download | sh\n```\n\nBy default, it will download to `~/prog/dotfiles`. If you want it to download to a different directory, set the `DOTFILES` environment variable to the location the repository should go.\n\nOr you can just clone it yourself:\n\n``` sh\ngit clone --depth=1 https://github.com/AjaiKN/dotfiles\n```\n\nIf you don't have git installed, you should probably install it. But you can also download my dotfiles without git:\n\n```sh\ncurl -LO 'https://github.com/AjaiKN/dotfiles/releases/latest/download/dotfiles.tar.gz'\n# OR: wget 'https://github.com/AjaiKN/dotfiles/releases/latest/download/dotfiles.tar.gz'\ntar xf dotfiles.tar.gz\n```\n\n## Installation\n\nTo install the dotfiles to your home directory, run `./install`.\n(The download script will also offer to run this for you.)\nIf any of the relevant dotfiles already exist in the home directory, don't worry: the install script will prompt to ask you whether to skip that file, delete the original file, back up the original file, or [zap](https://github.com/AjaiKN/zap.sh) the original file to the trash.\n\n## Uninstalling\n\nIf you want to remove all the symlinks to my dotfiles, run `./uninstall`.\n\nNOTE: The `uninstall` script ONLY removes symlinks to my dotfiles. If you told the `install` script to delete, zap/trash, or back up any of the original files, the `uninstall` script will not undo that; you'll have to undo it yourself.\n\n## Basic Repository Structure\n\n- `config/`: Files that belong in `~/.config/` (`$XDG_CONFIG_HOME`)\n- `dot-home/`: Files that go directly in my home directory (`~`)\n- `bin/`: Custom scripts and utilities that belong in my PATH\n- `scripts/`: Scripts that _don't_ need to be in my PATH\n- `launchd/`: macOS LaunchAgents for background tasks\n- `nix/`: Nix, NixOS, and Home Manager configurations\n- `vendor/`: Third-party dependencies\n- `private/`: A git submodule linking to a private repository containing configuration I haven't (yet) publicized\n\n## Highlights\n\n### Emacs\n\nMy very customized Doom Emacs configuration is in `config/doom/`.\nSee `config/doom/README.org`.\n\nI have a bunch of custom Doom modules in `config/doom/modules/`.\nSee `config/doom/modules/README.org`.\n\n### Shell configuration\n\n- `config/shell/*.sh`: General shell configuration (for both bash and zsh)\n- `config/zsh/`: Zsh configuration\n  - `config/zsh/plugin-manager.zsh`: My custom zsh plugin manager\n- `config/bash/`: Bash configuration\n\n### Git\n- `config/git/config`: Git configuration\n- `config/gh/config.yml`: GitHub CLI configuration (including a bunch of aliases)\n- Custom Git Subcommands (in `bin/`)\n  - `git exclude`: Add to `.git/info/exclude`\n  - `git ignore`: Add to `.gitignore`\n  - `git force`: Force push relatively safely using `--force-with-lease` and `--force-if-includes`\n  - `git ff`: Do a fast-forward merge\n  - `git shelve`: Hide branches so they're not listed by `git branch` but are still accessible\n    - `git unshelve`: Unhide a branch\n    - `git shelved`: List hidden branches\n  - `git stash-unstaged`: Stash only unstaged changes\n  - `git undo-last-commit`: Safely undo the last commit while keeping changes\n    - `git redo-commit`: Re-commit the undone commit (starting with the same commit message)\n\n### Custom Scripts \u0026 Tools (in `bin/`)\n- `zap`: Move files to the trash instead of deleting (supports both macOS and Linux, no dependencies except bash)\n- `delete-ds-stores`: Clean up macOS .DS_Store files recursively\n- `scripts/secure_path`: A best-effort attempt to make my PATH cleaner and more secure by removing potentially dangerous directories\n- Emacs Integration\n  - `magit`: Launch Magit (Emacs git interface) from command line\n  - `calc`: Launch emacs [calc](https://www.gnu.org/software/emacs/manual/html_mono/calc.html) from the command line\n  - `dired`: Browse a directory using [Dired](https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html)\n  - `emacs-*`: Various ways of opening emacs\n\n### Vim\n- `dot-home/.vimrc`: Vim configuration (relatively minimal)\n- `config/nvim/`: Neovim configuration\n\n### Terminal\n- `config/wezterm/`: [WezTerm](https://wezterm.org/index.html) terminal emulator config\n- `dot-home/.tmux.conf`: tmux configuration\n\n## License\nCopyright (C) 2025 Ajai Khatri Nelson\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaikn%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaikn%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaikn%2Fdotfiles/lists"}