{"id":19752170,"url":"https://github.com/opti/dotfiles","last_synced_at":"2025-10-03T20:19:36.163Z","repository":{"id":7409614,"uuid":"8740969","full_name":"opti/dotfiles","owner":"opti","description":"Development environment configurations","archived":false,"fork":false,"pushed_at":"2025-05-15T18:15:22.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T16:08:34.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/opti.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,"zenodo":null}},"created_at":"2013-03-12T23:44:42.000Z","updated_at":"2025-05-15T18:15:26.000Z","dependencies_parsed_at":"2025-01-10T21:43:25.860Z","dependency_job_id":"c49f66c9-c2cb-4e82-9812-556a85c0a7f5","html_url":"https://github.com/opti/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opti/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opti%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opti%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opti%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opti%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opti","download_url":"https://codeload.github.com/opti/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opti%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262099731,"owners_count":23258670,"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":[],"created_at":"2024-11-12T02:47:54.885Z","updated_at":"2025-10-03T20:19:31.126Z","avatar_url":"https://github.com/opti.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nConfiguration files for neovim, tmux, zsh, fish and wezterm\n\n## Install\n\n1. Install homebrew\n    ```\n    /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n    ```\n\n2. Install preffered apps, shells, envs\n    ```\n    brew install mise fish tmux neovim wezterm\n    ```\n\n## Configure\n\nClone this repo:\n```\ngit clone git@github.com:opti/dotfiles.git ~/.config\n```\n\n### Zsh edition\n1. Install [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh)\n    ```\n    sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n    ```\n\n2. Add [powerlevel10k](https://github.com/romkatv/powerlevel10k) theme\n    ```\n    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n    ```\n\n3. Source zsh configuration\n    ```\n    echo 'source ~/.config/zsh/zshrc' \u003e\u003e ~/.zshrc\n    ```\n\n### Fish edition\n1. Install fish\n    ```\n    brew install fish\n    ```\n\n2. Install [fisher](https://github.com/jorgebucaran/fisher) for plugin management\n    ```\n    brew install fisher\n    ```\n    or\n    ```\n    curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source \u0026\u0026 fisher install jorgebucaran/fisher\n    ```\n\n3. Install \u0026 configure [tide](https://github.com/IlanCosman/tide) theme and other plugins\n    ```\n    fisher install ilancosman/tide@v6\n    fisher install patrickf1/fzf.fish\n    fisher install jorgebucaran/autopair.fish\n    fisher install catppuccin/fish\n    ```\n\n### Tmux configuration\n\n1. Install plugin manager\n    ```\n    git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm\n    ```\n\n2. Install catppuccin theme (manual install recommended) due to TMP naming conflicts\n    ```\n    mkdir -p ~/.config/tmux/plugins/catppuccin\n    git clone -b latest https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux\n\n    ```\n\n3. Install configured plugins\n    ```\n    prefix + I\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopti%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopti%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopti%2Fdotfiles/lists"}