{"id":23972609,"url":"https://github.com/5tefan/dotfiles","last_synced_at":"2026-04-09T21:05:05.857Z","repository":{"id":75017212,"uuid":"182870611","full_name":"5tefan/dotfiles","owner":"5tefan","description":"Home is where caps lock is mapped to escape.","archived":false,"fork":false,"pushed_at":"2025-01-24T18:57:52.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-18T05:40:03.428Z","etag":null,"topics":["dotfiles","settings","shell","tmux","vim","vimwiki","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5tefan.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":"2019-04-22T21:25:34.000Z","updated_at":"2025-01-24T18:57:56.000Z","dependencies_parsed_at":"2024-06-04T19:01:07.092Z","dependency_job_id":"7cccf5b5-780b-4dc8-9364-28ea7910eba4","html_url":"https://github.com/5tefan/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/5tefan%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5tefan%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5tefan%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5tefan%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5tefan","download_url":"https://codeload.github.com/5tefan/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240502359,"owners_count":19811788,"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","settings","shell","tmux","vim","vimwiki","zsh"],"created_at":"2025-01-07T03:33:22.656Z","updated_at":"2026-04-09T21:05:05.851Z","avatar_url":"https://github.com/5tefan.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOTFILES\n\n\n\n\n## Shells\n\nI do not keep `~/.bashrc` or `~/.zshrc` in the dotfiles repo because they are generally machine\nspecific. However, common pieces of configuration that should be used across machines I will put\ninto a \"common\" dotfile that I can then source from the machine specific rc file.\n\n### Bash\n\n1. Add `[ -f ~/.bash-common.sh ] \u0026\u0026 source ~/.bash-common.sh` to `~/.bashrc`\n    (`echo '[ -f ~/.bash-common.sh ] \u0026\u0026 source ~/.bash-common.sh' | tee -a ~/.bashrc`)\n\n### Zsh\n\nStarting in 2021, I'm starting to migrate from Bash to Zsh as primary interactive shell.\n\n- Plugin manager: oh-my-zsh https://github.com/ohmyzsh/ohmyzsh \n- Theme: Powerlevel10k https://github.com/romkatv/powerlevel10k\n\nBefore using Powerlevel10k, note that need to install a font. See p10k readme.\n\n\n0. Add `[ -f ~/.zsh-common.zsh ] \u0026\u0026 source ~/.zsh-common.zsh` to `~/.zshrc`.\n   (`echo '[ -f ~/.zsh-common.zsh ] \u0026\u0026 source ~/.zsh-common.zsh' | tee -a ~/.zshrc`)\n1. Install oh-my-zsh: `sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"`\n2. Install pl10k: `git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k`\n3. Set `ZSH_THEME=\"powerlevel10k/powerlevel10k\"` in `~/.zshrc`\n4. Add ` [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh` in `~/.zshrc`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5tefan%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5tefan%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5tefan%2Fdotfiles/lists"}