{"id":30203007,"url":"https://github.com/vimkim/dotfiles","last_synced_at":"2025-10-07T09:44:57.104Z","repository":{"id":210532390,"uuid":"720810223","full_name":"vimkim/dotfiles","owner":"vimkim","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-03T05:55:28.000Z","size":665,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T07:23:34.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/vimkim.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-19T17:09:11.000Z","updated_at":"2025-10-03T05:55:31.000Z","dependencies_parsed_at":"2024-07-08T05:32:10.679Z","dependency_job_id":"aca46286-d46a-4348-aae7-4c14ab02ae76","html_url":"https://github.com/vimkim/dotfiles","commit_stats":null,"previous_names":["dqgthb/dotfiles","vimkim/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vimkim/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkim%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkim%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkim%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkim%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimkim","download_url":"https://codeload.github.com/vimkim/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimkim%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278754540,"owners_count":26040024,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-08-13T11:13:54.157Z","updated_at":"2025-10-07T09:44:57.100Z","avatar_url":"https://github.com/vimkim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vimkim's dotfiles\n\nA reminder of how to set up my dotfiles on a new machine.\n\n## Step 1: Install Zsh\n\n#### Arch\n\n```bash\nsudo pacman -S zsh\n```\n\n#### RHEL (Fedora, Rocky, CentOS)\n\n```bash\nsudo dnf install zsh\n```\n\n#### Ubuntu\n\n```bash\nsudo apt install zsh\n```\n\n## Step 2: Install Nix Package Manager\n\n```bash\nsh \u003c(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)\n```\n\n\u003e nix recommended\n\nor,\n\n```bash\nsh \u003c(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --no-daemon\n```\n\n\u003e personal choice, especially inside a container\n\n```bash\n. $HOME/.nix-profile/etc/profile.d/nix.sh\n\nnix --extra-experimental-features nix-command --extra-experimental-features flakes profile install nixpkgs#chezmoi\n```\n\nOptionally (I do not recommend because sometimes locale breaks),\n\n```bash\n# nix --extra-experimental-features nix-command --extra-experimental-features flakes profile install nixpkgs#zsh\n```\n\nNote: nix-command and flakes are automatically enabled with chezmoi apply.\n\n```bash\n # github handle after --apply\nchezmoi init --apply vimkim\n```\n\n## Step 3: Install oh-my-zsh\n\n```bash\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\nmv .zshrc.pre-oh-my-zsh .zshrc\n```\n\n## Step 4: Other nix packages\n\nThis might take some time and disk spaces.\n\n```bash\nmy-nix-install.sh\n```\n\n## Step 5: Install nvim dotfiles\n\n```bash\ncd $HOME/.config\ngit clone https://github.com/vimkim/nvim\n```\n\n## Step 6: X11 Forwarding\n\n```bash\nsudo dnf install xauth\nsudo apt install xauth\nsudo pacman -S xorg-xauth\n```\n\n```bash\n# /etc/ssh/sshd_config\nX11Forwarding yes\nX11DisplayOffset 10\nX11UseLocalhost yes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimkim%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimkim%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimkim%2Fdotfiles/lists"}