{"id":14069408,"url":"https://github.com/benc-uk/dotfiles","last_synced_at":"2025-07-15T12:40:23.715Z","repository":{"id":39485512,"uuid":"262788426","full_name":"benc-uk/dotfiles","owner":"benc-uk","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2024-11-01T10:05:58.000Z","size":25217,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T05:33:34.692Z","etag":null,"topics":["dotfiles","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/benc-uk.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-05-10T13:03:00.000Z","updated_at":"2024-11-01T10:06:02.000Z","dependencies_parsed_at":"2023-12-09T15:23:13.853Z","dependency_job_id":"f267ec91-4e9c-42b8-9932-74271ade46ec","html_url":"https://github.com/benc-uk/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/benc-uk%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benc-uk","download_url":"https://codeload.github.com/benc-uk/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247018619,"owners_count":20870037,"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","linux"],"created_at":"2024-08-13T07:06:55.961Z","updated_at":"2025-04-03T14:32:24.632Z","avatar_url":"https://github.com/benc-uk.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Dotfiles\n\nThese are my personal Linux dotfiles, I use Zsh + [Oh My Zsh](https://ohmyz.sh/) and the [Powerlevel10k](https://github.com/romkatv/powerlevel10k) theme.\nThese can be used on any \"fresh\" Linux system, or with Devcontainers / Codespaces\n\nThis shell configuration is unlikely to be to everyone's tastes 😁\n\n![image](https://user-images.githubusercontent.com/14982936/81501314-a9084b00-92cf-11ea-8ee0-40dfa48de888.png)\n\n![image](https://user-images.githubusercontent.com/14982936/81501320-ae659580-92cf-11ea-8236-caa4fcc10b8d.png)\n\n## File Index\n\nMain scripts\n\n- `install.sh` – Main install script\n\nThe following files are aliased from ~/dotfiles into your $HOME directory when install.sh is run:\n\n- `bin/` – My personal bash scripts, helpers and other things. Quite a lot of junk TBH\n- `.bashrc` – Bash setup/startup script\n- `.gitconfig` – My personal git config\n- `.p10k.zsh` – Customized Powerlevel10k prompt settings\n- `.profile` – Untouched but synced just in case\n- `.zshrc` – Zsh setup/startup script, enables Oh My Zsh and Powerlevel10k\n\nThese files remain in ~/dotfiles but are referenced from from the rc start up scripts\n\n- `common.sh` – Called from both .bashrc and .zshrc as it contains commands common to both\n- `aliases.sh` – All aliases go here (used with Bash and Zsh)\n- `banner.sh` – Logon banner message (used with Bash and Zsh)\n- `bashprompt.sh` – Bash prompt, like a poor mans p10k for Bash, disable with BASIC_PROMPT=1\n- `env.sh` – Environmental vars and PATH settings, symlinked to `~/.bashenv` \u0026 `~/.zshenv`\n\nHelpers\n\n- `lib/backup.sh` – Git add, commit and push to GitHub\n- `lib/install-zsh.sh` – Installs Zsh, and changes shell, tries to use sudo\n- `lib/update.sh` – Pulls version from GitHub and overwrites local changes\n\n## Usage\n\nClone into `~/dotfiles`\n\n```bash\ncd ~\ngit clone https://github.com/benc-uk/dotfiles.git\n```\n\nInstall zsh if it's not already installed\n\n```bash\ncd ~\n./dotfiles/lib/install-zsh.sh\n```\n\nRun install to set up the dotfiles symlinks etc\n\n```bash\ncd ~\n./dotfiles/install.sh\n```\n\nPlace any secrets, and local overrides into `~/.local.rc` **DO NOT add this file to the dotfiles repo**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenc-uk%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenc-uk%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenc-uk%2Fdotfiles/lists"}