{"id":18916873,"url":"https://github.com/surjikal/dotfiles","last_synced_at":"2025-04-15T09:31:21.105Z","repository":{"id":146568937,"uuid":"244813531","full_name":"surjikal/dotfiles","owner":"surjikal","description":"📺","archived":false,"fork":false,"pushed_at":"2024-07-14T06:57:07.000Z","size":565,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-14T07:47:46.852Z","etag":null,"topics":["dotfiles","macos","zsh"],"latest_commit_sha":null,"homepage":null,"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/surjikal.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}},"created_at":"2020-03-04T05:14:32.000Z","updated_at":"2024-07-14T06:57:11.000Z","dependencies_parsed_at":"2024-03-06T03:30:55.303Z","dependency_job_id":"ae720e6e-2555-4ac5-82c3-7ddf5947e8e4","html_url":"https://github.com/surjikal/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surjikal","download_url":"https://codeload.github.com/surjikal/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223665596,"owners_count":17182347,"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","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","macos","zsh"],"created_at":"2024-11-08T10:22:30.021Z","updated_at":"2024-11-08T10:22:30.715Z","avatar_url":"https://github.com/surjikal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003cimg width=\"951\" alt=\"screenshot\" src=\"https://github.com/surjikal/dotfiles/assets/339168/9ca3fd96-ed7e-4c55-ae80-691bd8509277\"\u003e\n\n## What is this?\n\nThis is a framework to manage your dotfiles. It is configured the way I like it.\nYou should extend / edit this however you like.\n\n## Features\n\n- `dot`: a bunch of built-in dotfiles [`zsh/.zshrc.d`](https://github.com/surjikal/dotfiles/tree/master/zsh/.zshrc.d)\n- `dot theme`: minimal [powerlevel10k](https://github.com/romkatv/powerlevel10k_) theme\n- `dot plugins`: [ohmyzsh](https://ohmyz.sh) \u0026 [antibody](https://getantibody.github.io) plugins\n- `dot stow`: [stow](https://www.gnu.org/software/stow) support. See more info below.\n\n## Installation\n\nInstall [brew](https://brew.sh/) first. Then run:\n\n```\ngit clone https://github.com/surjikal/dotfiles.git ~/.dotfiles \u0026\u0026 cd $_\nbrew bundle\nstow zsh\nexec zsh -l\n```\n\n## Managing dotfiles\n\n| command      | description                                      |\n| ------------ | ------------------------------------------------ |\n| `dot`        | edit dotfiles in vscode                          |\n| `dot \u003cfile\u003e` | edit a specific dotfile, supports tab completion |\n| `reload`     | reload the shell                                 |\n| `ohshit`     | escape hatch if shell is broken                  |\n\n## Sample built-in aliases / functions\n\n| command          | description                                 |\n| ---------------- | ------------------------------------------- |\n| `ramdisk \u003csize\u003e` | mount RAM volume (defaults to 8GB)          |\n| `serve \u003cport\u003e`   | serve current dir (defaults to random port) |\n| `vpn_start`      | starts your vpn                             |\n| `ssh_tunnel`     | `ssh_tunnel \u003csrc\u003e \u003cdest\u003e \u003chost\u003e`            |\n| `gg`             | `git gui`                                   |\n| `gk`             | `gitk --all`                                |\n| `gf`             | `git fetch --all`                           |\n\n## stow\n\n[Stow](https://www.gnu.org/software/stow) will symlink the contents of a directory into your home directory.\n\nFor example, there's a `nano` directory in this repo that contains a `.nanorc`.\nIf you run `stow nano`, it will symlink `~/.dotfiles/nano/.nanorc` to `~/.nanorc`.\n\nRun `dot stow` and edit the `STOWED` array to specify which dirs you want to stow on startup.\n\n## Links\n\n- https://github.com/ibraheemdev/modern-unix\n- https://thorsten-hans.com/5-types-of-zsh-aliases#suffix-aliases\n\n## Shoutouts to...\n\n- [Mathias Bynens](https://mathiasbynens.be/)\n- [Brandon LeBlanc](https://github.com/demosdemon)\n- [draculatheme.com/gitk](https://draculatheme.com/gitk)\n- [Amir Salihefendic](https://github.com/amix/vimrc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurjikal%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurjikal%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurjikal%2Fdotfiles/lists"}