{"id":13898582,"url":"https://github.com/melekes/dotfiles","last_synced_at":"2025-07-09T11:08:09.561Z","repository":{"id":7617599,"uuid":"8976419","full_name":"melekes/dotfiles","owner":"melekes","description":":fork_and_knife: ~ dotfiles","archived":false,"fork":false,"pushed_at":"2025-04-18T09:19:12.000Z","size":322,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T21:15:30.240Z","etag":null,"topics":["dotfiles","neovim","rcm","tmux","vim","vimrc","zsh"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melekes.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":"2013-03-23T20:15:41.000Z","updated_at":"2025-04-18T09:19:15.000Z","dependencies_parsed_at":"2024-01-03T02:56:20.840Z","dependency_job_id":"eb3e3020-f3b5-4c8a-9db5-8c272f03c32b","html_url":"https://github.com/melekes/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melekes/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melekes%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melekes%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melekes%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melekes%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melekes","download_url":"https://codeload.github.com/melekes/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melekes%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264446720,"owners_count":23609633,"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","neovim","rcm","tmux","vim","vimrc","zsh"],"created_at":"2024-08-06T18:04:21.662Z","updated_at":"2025-07-09T11:08:09.539Z","avatar_url":"https://github.com/melekes.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# ~melekes dotfiles\n\n## What I am using\n\n* [neovim](https://neovim.io/) +\n  [vim-plug](https://github.com/junegunn/vim-plug)\n* [tmux](http://robots.thoughtbot.com/a-tmux-crash-course) (prefix is `Ctrl-f`) +\n  [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)\n* zsh + [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)\n* [delta](https://github.com/dandavison/delta)\n* [bat](https://github.com/sharkdp/bat)\n\nOptional:\n\n* [rust_analyzer](https://rust-analyzer.github.io/)\n* [gopls](https://go.googlesource.com/tools/+/refs/heads/master/gopls/README.md)\n\n*Be sure, you had these installed before proceeding.*\n\n## Install\n\nClone onto your laptop:\n\n    git clone git://github.com/melekes/dotfiles.git\n\n(Or, [fork and keep your fork\nupdated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).\n\nInstall [rcm](https://github.com/thoughtbot/rcm):\n\n    brew install rcm\n\nInstall:\n\n    rcup -d dotfiles -x README.md -x LICENSE\n\nThis will create symlinks for config files in your home directory. The\n`-x` options, which exclude the `README.md` and `LICENSE` files, are\nneeded during installation but can be skipped once the `.rcrc`\nconfiguration file is symlinked in.\n\nYou can safely run `rcup` multiple times to update:\n\n    rcup\n\n## After steps\n\nInstall Vim plugins: open Vim and type `:PlugInstall`.\n\nInstall Tmux plugins: run tmux and hit `Ctrl-f + I`.\n\n## Make your own customizations\n\nPut your customizations in dotfiles appended with `.local`:\n\n* `~/.aliases.local`\n* `~/.gitconfig.local`\n* `~/.tmux.conf.local`\n* `~/.zshrc.local`\n* `~/.config/nvim/init.vim.local`\n\nFor example, your `~/.aliases.local` might look like this:\n\n    # Productivity\n    alias todo='$EDITOR ~/.todo'\n\nYour `~/.gitconfig.local` might look like this:\n\n    [alias]\n      l = log --pretty=colored\n    [pretty]\n      colored = format:%Cred%h%Creset %s %Cgreen(%cr) %C(boldblue)%an%Creset\n    [user]\n      name = Joe Black\n      email = joe@black.com\n\nYour `~/.config/fish/config.fish.local` might look like this:\n\n    set PATH $PATH /usr/local/bin\n\n## Shell aliases\n\n* `e` for $EDITOR\n* git aliases (`gst`, `gci`, `ga`, etc.)\n\n## Thanks\n\nThese dotfiles are heavily inspired by [holman does\ndotfiles](https://github.com/holman/dotfiles). Installation process is\nnow handled by awesome [thougtbot/rcm](https://github.com/thoughtbot/rcm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelekes%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelekes%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelekes%2Fdotfiles/lists"}