{"id":15070171,"url":"https://github.com/dfriend01/dotfiles","last_synced_at":"2026-01-03T13:05:54.380Z","repository":{"id":248304288,"uuid":"827657311","full_name":"DFriend01/dotfiles","owner":"DFriend01","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2024-08-04T03:05:32.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T21:41:22.181Z","etag":null,"topics":["chezmoi","configuration","debian","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/DFriend01.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":"2024-07-12T05:36:43.000Z","updated_at":"2024-08-04T03:05:35.000Z","dependencies_parsed_at":"2024-07-26T06:15:29.092Z","dependency_job_id":null,"html_url":"https://github.com/DFriend01/dotfiles","commit_stats":null,"previous_names":["dfriend01/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFriend01%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFriend01%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFriend01%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFriend01%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DFriend01","download_url":"https://codeload.github.com/DFriend01/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243849497,"owners_count":20357787,"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":["chezmoi","configuration","debian","dotfiles","linux"],"created_at":"2024-09-25T02:00:31.734Z","updated_at":"2026-01-03T13:05:54.324Z","avatar_url":"https://github.com/DFriend01.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy dotfiles managed by chezmoi.\n\n## Required Setup Steps\n\nInstall chezmoi and initialize the dotfiles:\n\n```bash\nsudo snap install chezmoi --classic\nchezmoi init DFriend01\nchezmoi -v apply\n```\n\n### General Dependencies\n\n```bash\nsudo apt update \u0026\u0026 sudo apt install -y \\\n    bash-completion \\\n    curl \\\n    git \\\n    gnupg2 \\\n    openssh-client \\\n    wget\n```\n\n### Bash\n\nTo get the terminal theme to work properly, it's recommended to install a [Nerd Font](https://www.nerdfonts.com/)\n(i.e. Fira Code Mono) and to configure the terminal to use that font.\n\n```bash\n# Install oh-my-posh\n# https://ohmyposh.dev/\nmkdir -p ${HOME}/.local/bin \u0026\u0026 \\\ncurl -s https://ohmyposh.dev/install.sh | bash -s -- -d ${HOME}/.local/bin\n```\n\n### Git\n\n```bash\n# Install Git\nsudo apt install git\n\n# Install the Git CLI\n# https://github.com/cli/cli\n(type -p wget \u003e/dev/null || (sudo apt update \u0026\u0026 sudo apt-get install wget -y)) \\\n\u0026\u0026 sudo mkdir -p -m 755 /etc/apt/keyrings \\\n\u0026\u0026 wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg \u003e /dev/null \\\n\u0026\u0026 sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \\\n\u0026\u0026 echo \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | sudo tee /etc/apt/sources.list.d/github-cli.list \u003e /dev/null \\\n\u0026\u0026 sudo apt update \\\n\u0026\u0026 sudo apt install gh -y\n\n# Login to Git CLI\ngh auth login\n```\n\n### Neovim\n\n```bash\n# Install neovim\nsudo apt install neovim\n\n# Install vim-plug for neovim\n# https://github.com/junegunn/vim-plug\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\n```\n\n### Tmux\n\n```bash\n# Install the Tmux Plugin Manager\n# https://github.com/tmux-plugins/tpm\nmkdir -p ${HOME}/.config/tmux/plugins \u0026\u0026 \\\ngit clone https://github.com/tmux-plugins/tpm ${HOME}/.config/tmux/plugins/tpm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfriend01%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfriend01%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfriend01%2Fdotfiles/lists"}