{"id":20171085,"url":"https://github.com/deathbeam/dotfiles","last_synced_at":"2025-04-07T09:18:09.410Z","repository":{"id":77929271,"uuid":"63707277","full_name":"deathbeam/dotfiles","owner":"deathbeam","description":"My awesome dotfiles :rocket:","archived":false,"fork":false,"pushed_at":"2025-04-04T22:54:36.000Z","size":6329,"stargazers_count":83,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T23:29:43.679Z","etag":null,"topics":["bspwm","dotfiles","git-configuration","intellij","mpv","neovim-configuration","qutebrowser","tmux-configuration","vim-configuration","zsh-configuration"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/deathbeam.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":"2016-07-19T15:42:27.000Z","updated_at":"2025-04-04T22:54:40.000Z","dependencies_parsed_at":"2024-11-06T12:25:31.020Z","dependency_job_id":"ab756851-925c-4a60-a72b-26c8c91866a2","html_url":"https://github.com/deathbeam/dotfiles","commit_stats":{"total_commits":1625,"total_committers":6,"mean_commits":270.8333333333333,"dds":0.08492307692307688,"last_synced_commit":"007dc6380a2b7ec4e9ccb650eaf85036266bab1e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deathbeam%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deathbeam%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deathbeam%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deathbeam%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deathbeam","download_url":"https://codeload.github.com/deathbeam/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622985,"owners_count":20968575,"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":["bspwm","dotfiles","git-configuration","intellij","mpv","neovim-configuration","qutebrowser","tmux-configuration","vim-configuration","zsh-configuration"],"created_at":"2024-11-14T01:23:14.192Z","updated_at":"2025-04-07T09:18:09.369Z","avatar_url":"https://github.com/deathbeam.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nThese are my configuration files for Linux. It is still work in\nprogress, so expect a lot of changes, but I think it is stable enough to be\nusable.\nMy NeoVim configuration is great for Java, Typescript and Python development when\nrunning Vim in Tmux and using Git. So, if you are doing all of this, then feel\nfree to steal some stuff from here.\n\n![Screenshot](/screenshot.png)\n\n## Requirements\n\n* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Most of\n  the installation process is managed via Git, so you need this one.\n* [stow](https://www.gnu.org/software/stow/) - Stow is used for dotfile\n  installation (creating symlinks)\n\n## How to install?\n\nIt is simple, just use `make`\n\n    git clone git://github.com/deathbeam/dotfiles ~/.dotfiles\n    cd ~/.dotfiles\n    make\n\n## How to update?\n\nPull latest changes and run `make`:\n\n    cd ~/.dotfiles\n    git pull --rebase\n    make\n\n## How to uninstall?\n\nJust use `make`:\n\n    cd ~/.dotfiles\n    make uninstall\n\n## How to inlude your own stuff?\n\nAfter you have installed dotfiles, you can start including your own stuff by\ncreating appropriate `.local` dotfiles in home directory:\n\n    $EDITOR ~/.gitconfig.local\n    $EDITOR ~/.vimrc.local\n    $EDITOR ~/.profile.local\n    $EDITOR ~/.zshrc.local\n    $EDITOR ~/.tmux.conf.local\n\nTo add your own Vim, Tmux or Zsh plugin you can just clone it to proper\n`pack/local/start` directory:\n\n    # Add SuperTab vim plugin\n    git clone git://github.com/ervandew/supertab \\\n      ~/.config/nvim/pack/local/start/supertab\n\n    # Add Tmux sessionist plugin\n    git clone git://github.com/tmux-plugins/tmux-sessionist \\\n      ~/.tmux/pack/local/start/tmux-sessionist\n\n    # Add zsh-autoenv zsh plugin\n    git clone git://github.com/Tarrasch/zsh-autoenv \\\n      ~/.zsh/pack/local/start/zsh-autoenv\n\n## Included stuff\n\n- [/zsh/.zsh/pack/bundle/start](/zsh/.zsh/pack/bundle/start) ZSH plugins\n- [/tmux/.tmux/pack/bundle/start](/tmux/.tmux/pack/bundle/start) TMUX plugins\n- [/nvim/.config/nvim/pack/bundle/start](/nvim/.config/nvim/pack/bundle/start) Neovim plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeathbeam%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeathbeam%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeathbeam%2Fdotfiles/lists"}