{"id":37434757,"url":"https://github.com/serna37/dotfiles","last_synced_at":"2026-01-16T06:39:00.953Z","repository":{"id":184470380,"uuid":"661965495","full_name":"serna37/dotfiles","owner":"serna37","description":"dotfiles. zsh vim","archived":false,"fork":false,"pushed_at":"2026-01-07T07:42:54.000Z","size":1143,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-08T17:36:44.124Z","etag":null,"topics":["brew","vim","vimrc","zsh","zshrc"],"latest_commit_sha":null,"homepage":"https://github.com/serna37","language":"Shell","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/serna37.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-04T04:34:50.000Z","updated_at":"2026-01-07T07:42:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f30f249c-f57b-49a8-8563-33a99b301463","html_url":"https://github.com/serna37/dotfiles","commit_stats":null,"previous_names":["serna37/dotfile"],"tags_count":92,"template":false,"template_full_name":null,"purl":"pkg:github/serna37/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serna37","download_url":"https://codeload.github.com/serna37/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["brew","vim","vimrc","zsh","zshrc"],"created_at":"2026-01-16T06:39:00.366Z","updated_at":"2026-01-16T06:39:00.947Z","avatar_url":"https://github.com/serna37.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![tag](https://img.shields.io/badge/tag-v10.0.0-green)](https://github.com/serna37/dotfiles/releases/tag/v10.0.0)\n\n# dotfiles\n\u003ca href=\"https://github.com/serna37/dotfiles/blob/master/install.sh\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/homebrew-4.2.21-FBB040.svg?logo=homebrew\u0026logoColor=FBB040\u0026labelColor=fafffe\u0026style=for-the-badge\"\u003e\n\u003c/a\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://github.com/serna37/dotfiles/blob/master/.zshrc\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/zsh-5.9_x86_64-0000cd.svg?logo=zsh\u0026logoColor=0000cd\u0026labelColor=a3a3a3\u0026style=popout-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/serna37/dotfiles/blob/master/.vimrc\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/vim-9.0-019733.svg?logo=vim\u0026logoColor=019733\u0026labelColor=dedede\u0026style=popout-square\"\u003e\n\u003c/a\u003e\n\n\n## Installation\n- このレポジトリでの設定ファイルをシンボリックリンクします\n- lazyinstall式を採用しており、初期投入以外のコマンドは、必要な時にinstallされます\n- zshrc中で、必要に応じて設定ファイルが作成されます\n\n\u003e [!Note]\n\u003e ChromeはPC初期化時点で手動で入れる\n\u003e その他の必要なアプリはinstall.shで入れる\n\nまずは`Command Line Tools`を導入します\n```shell\nxcode-select --install\n```\n\n続いてHomebrewを導入します(sudo権限承認が必要です)\n```shell\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\"\n```\n\n本レポのinstall.shを実行します\n```shell\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/serna37/dotfiles/master/install.sh)\"\n```\n\n必要に応じてvimのためのコマンドを実行\n```sh\n# vim-plugを入れる\ncurl -fSsLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim \u0026\u0026 vim -c \"PlugInstall\"\n# codium認証のために以下URLへのアクセス\nhttps://www.codeium.com/profile?response_type=token\u0026redirect_uri=vim-show-auth-token\u0026state=a\u0026scope=openid%20profile%20email\u0026redirect_parameters_type=query\n```\n\n## 一時コピペ用\n- shell\n```shell\nalias l='ls -AFlihrt --color=auto'\nalias tree=\"pwd;find . | sort | sed '1d;s/^\\.//;s/\\/\\([^/]*\\)$/|--\\1/;s/\\/[^/|]*/|  /g'\"\nalias rm='rm -i'\nalias re='exec $SHELL -l'\nalias q='exit'\n```\n\n\n## 関連\n- C++関連では[このライブラリ](https://github.com/serna37/library-cpp)を使用します\n- 主に[Terminal Trove](https://terminaltrove.com/)からコマンドを選んでいます\n\n\n## dotfiles構成\n\u003c!-- file tree --\u003e\n\u003ca href=\"https://tree.nathanfriend.io/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/file-tree-lightgray.svg?logo=files\u0026style=flat\"\u003e\n\u003c/a\u003e\n\n```\n.\n├── bk/\n│   └── **        : すぐ参照したい、過去のファイル\n│\n├── .p10k.zsh     : zsh 外観設定\n├── .vimrc        : vim設定\n├── .zshrc        : zsh設定\n├── config.toml   : mise設定(ツールバージョン・環境変数・カスタムコマンド)\n├── cpp.snippets  : C++向けスニペット\n├── cpp.zsh       : C++向けカスタムコマンド\n├── ghostty_config: Ghosttyターミナル設定\n└── install.sh    : インストーラ\n```\n\n---\n\n\u003e [!Note]\n\u003e - コードの署名: [参考](https://blog.symdon.info/posts/1610113408/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserna37%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserna37%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserna37%2Fdotfiles/lists"}