{"id":25289094,"url":"https://github.com/ltriess/dotfiles","last_synced_at":"2026-05-11T05:39:01.336Z","repository":{"id":73963011,"uuid":"144955815","full_name":"ltriess/dotfiles","owner":"ltriess","description":":wrench: Configuration for Zsh, Vim and Tmux","archived":false,"fork":false,"pushed_at":"2025-03-25T08:46:29.000Z","size":369,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T17:52:19.987Z","etag":null,"topics":["config","oh-my-zsh","powerlevel10k","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":"","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/ltriess.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":"2018-08-16T07:55:55.000Z","updated_at":"2025-03-25T08:46:33.000Z","dependencies_parsed_at":"2025-03-21T03:15:35.452Z","dependency_job_id":null,"html_url":"https://github.com/ltriess/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ltriess/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltriess%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltriess%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltriess%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltriess%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltriess","download_url":"https://codeload.github.com/ltriess/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltriess%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32883468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["config","oh-my-zsh","powerlevel10k","tmux","vim","zsh"],"created_at":"2025-02-12T23:50:16.266Z","updated_at":"2026-05-11T05:39:01.312Z","avatar_url":"https://github.com/ltriess.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\nThis repo if for my personal configurations for zsh, tmux, and vim.\n\n![prompt](docs/prompt.png)\n\n## Install\n\nClone the repo and its submodules and then run the `bootstrap` script\n```bash\ngit clone --recurse-submodules -j8 https://github.com/ltriess/dotfiles.git ~/dotfiles\ncd ~/dotfiles\n./bootstrap\n```\n\nFor updating\n```bash\ncd ~/dotfiles\ngit pull\n./bootstrap\n```\n\n## Dependencies\n\nBefore installing, make sure you have the following packages installed:\n```\ngit vim tmux zsh\n```\n\nTo correctly depict the prompt in your terminal, follow the instructions on how to install [Meslo Nerd Font](https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k).\n\nTo change the appearance of the prompt, type `p10k configure` to start the configuration wizard.\nIf there are any issues, refer to the instructions for [Powerlevel10k](https://github.com/romkatv/powerlevel10k).\n\nInstall further dependencies with\n```bash\nsudo apt-get install python3-pip\n```\n\n#### Powerline Python Package\nMakes the `tmux` status bar as beautiful as the prompt.\nThe config assumes, it is installed in `/usr/local/lib/python3.8/dist-packages/powerline`.\nIf not, update path in `tmux.conf`.\n```bash\nsudo -H pip3 install powerline-status\nsudo -H pip3 install powerline-gitstatus\n```\nIf you do not want to install the powerline python package, remove the following lines from `tmux.conf`\n```\nrun-shell \"powerline-daemon -q\"\nsource \"/usr/local/lib/python3.8/dist-packages/powerline/bindings/tmux/powerline.conf\"\n```\n\n## Tools\n\nThis is a list of tools that I find very useful and use frequently.\n\n- [fasd](https://github.com/clvv/fasd)    `sudo apt-get install fasd`\n- [fd](https://github.com/sharkdp/fd)    `sudo apt install fd-find`\n- [fzf](https://github.com/junegunn/fzf)    `sudo apt-get install fzf`\n- [lazygit](https://github.com/jesseduffield/lazygit)    `sudo apt-get install lazygit`\n- [thefuck](https://github.com/nvbn/thefuck)    `pip3 install thefuck`\n- [tldr](https://github.com/tldr-pages/tldr)    `pip3 install tldr`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltriess%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltriess%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltriess%2Fdotfiles/lists"}