{"id":13538659,"url":"https://github.com/disrupted/dotfiles","last_synced_at":"2025-04-03T06:34:28.946Z","repository":{"id":37615655,"uuid":"288440585","full_name":"disrupted/dotfiles","owner":"disrupted","description":"👨🏻‍💻 My dotfiles including Neovim Lua config, ZSH with zinit plugin manager \u0026 powerlevel10k prompt","archived":false,"fork":false,"pushed_at":"2025-04-01T07:17:03.000Z","size":3392,"stargazers_count":191,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T08:28:53.897Z","etag":null,"topics":["dotfiles","neovim","neovim-configuration","neovim-dotfiles","nvim-lua","powerlevel10k","terminal","tmux-conf","vim-configuration","vimrc","weechat-irc","zinit","zsh","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disrupted.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-18T11:47:17.000Z","updated_at":"2025-04-01T07:17:07.000Z","dependencies_parsed_at":"2024-01-14T15:23:47.142Z","dependency_job_id":"4373657d-2984-4889-bf70-c0f535c683ef","html_url":"https://github.com/disrupted/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/disrupted%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disrupted%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disrupted","download_url":"https://codeload.github.com/disrupted/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763805,"owners_count":20829795,"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","neovim-configuration","neovim-dotfiles","nvim-lua","powerlevel10k","terminal","tmux-conf","vim-configuration","vimrc","weechat-irc","zinit","zsh","zshrc"],"created_at":"2024-08-01T09:01:14.598Z","updated_at":"2025-04-02T05:31:30.389Z","avatar_url":"https://github.com/disrupted.png","language":"Lua","readme":"# disrupted's dotfiles\n\n## Neovim\n\n![nvim in tmux](.config/_screens/nvim.png)\n\n[`~/.config/nvim`](https://github.com/disrupted/dotfiles/tree/master/.config/nvim)\n\nconfiguration entirely written in Lua.\n\n## Shell\n\n[`~/.zshrc`](https://github.com/disrupted/dotfiles/blob/master/.zshrc)\n\nZSH using powerlevel10k prompt. plugins managed through zinit.\n\n## Weechat IRC\n\n![Weechat IRC](.config/_screens/weechat.png)\n\n\u003e Thanks to [@lukas-reineke](https://github.com/lukas-reineke/dotfiles), [@akinsho](https://github.com/akinsho/dotfiles), [@yutkat](https://github.com/yutkat/dotfiles) and the good people from [/r/neovim](https://reddit.com/r/neovim).\n\n---\n\n### Misc\n\ntest italics \u0026 similar output:\n\n```sh\necho -e \"\\e[1mbold\\e[0m\"\necho -e \"\\e[3mitalic\\e[0m\"\necho -e \"\\e[4munderline\\e[0m\"\necho -e \"\\e[9mstrikethrough\\e[0m\"\necho -e \"\\e[31mHello World\\e[0m\"\n```\n\nfrom ['A Definitive Guide to Enabling Italics in Vim and tmux'](https://www.reddit.com/r/vim/comments/fr6zfl/a_definitive_guide_to_enabling_italics_in_vim_and/):\n\nInstead of adding a custom entry in the terminfo db, try to update the latter. On my Ubuntu, terminfo descriptions are provided by the packages ncurses-base and ncurses-term. If after upgrading the pacakges, your descriptions are still too old – or contain wrong sequences – then update the db right from the developer's site:\n\n```sh\n$ curl -LO http://invisible-island.net/datafiles/current/terminfo.src.gz\n$ gunzip terminfo.src.gz\n$ tic -sx terminfo.src\n```\n\nOn Ubuntu, it should create a new db in your home directory (~/.terminfo). If you don't want to update the whole db, but only the description of a specific terminal, then replace the last tic(1) command with:\n`tic -sx -e $TERM terminfo.src`\nOr with:\n`tic -sx -e my-terminal terminfo.src`\nOr:\n`tic -sx -e my-terminal-1,my-terminal-2,... terminfo.src`\nIf you want to make a backup of the current description, run this command:\n`infocmp -x $TERM \u003eterm.desc.backup`\nAnd to restore your original description, run:\n`tic -sx term.desc.backup`\n\n[Installing tmux-256color for macOS](https://gist.github.com/bbqtd/a4ac060d6f6b9ea6fe3aabe735aa9d95)\n\n[Patched tmux-256color terminfo from tmux maintainer](https://gist.github.com/nicm/ea9cf3c93f22e0246ec858122d9abea1)\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisrupted%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisrupted%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisrupted%2Fdotfiles/lists"}