{"id":26883742,"url":"https://github.com/jiro4989/setup","last_synced_at":"2026-04-07T08:32:23.702Z","repository":{"id":80274198,"uuid":"170518134","full_name":"jiro4989/setup","owner":"jiro4989","description":"自分の作業環境構築を一撃で終わらせるAnsiblePlaybook (旧)","archived":false,"fork":false,"pushed_at":"2019-08-31T05:28:28.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T22:54:30.715Z","etag":null,"topics":["ansible","yaml"],"latest_commit_sha":null,"homepage":"https://github.com/jiro4989/dotfiles","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/jiro4989.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":"2019-02-13T14:06:29.000Z","updated_at":"2019-08-31T05:28:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea3fb173-2e9e-4a15-b0c0-e72d102ce128","html_url":"https://github.com/jiro4989/setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiro4989/setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiro4989","download_url":"https://codeload.github.com/jiro4989/setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fsetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ansible","yaml"],"created_at":"2025-03-31T17:36:58.898Z","updated_at":"2026-04-07T08:32:23.679Z","avatar_url":"https://github.com/jiro4989.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup\n\n[![Build Status](https://travis-ci.org/jiro4989/setup.svg?branch=master)](https://travis-ci.org/jiro4989/setup)\n\n環境構築用のAnsible-Playbook。\n\n[dotfiles](https://github.com/jiro4989/dotfiles)に統合したのでこちらは更新しない。\n\nやることの詳細は[ManjaroLinux + i3の環境構築をするときにやること](https://scrapbox.io/jiro4989/ManjaroLinux_+_i3%E3%81%AE%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E3%82%92%E3%81%99%E3%82%8B%E3%81%A8%E3%81%8D%E3%81%AB%E3%82%84%E3%82%8B%E3%81%93%E3%81%A8)\nにまとめている。\n\n## 前提条件\n\n- Ansible2\n\n以下の公式インストール手順に従ってAnsibleをインストールする\n\nhttps://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-ubuntu\n\nAnsible version\n\n        % ansible --version\n        ansible 2.7.7\n          config file = None\n          configured module search path = ['/home/jiro4989/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']\n          ansible python module location = /home/jiro4989/.local/lib/python3.6/site-packages/ansible\n          executable location = /home/jiro4989/.local/bin/ansible\n          python version = 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0]\n\n## 環境構築方法\n\n以下のコマンドを実行する\n\n```\nsudo ./setup.sh manjaro\n```\n\nAnsiblePlaybookのみ実行したい場合は下記\n\n```\nsudo ./setup.sh manjaro -s\n```\n\n# ファイルマネージャー\n\nManjaroLinuxにはpcmanfmがインストールされているのでそれを使う。\ni3wmではmod+F3で呼び出せる。\n\n# フォント名を調べる\n\n```bash\nfc-list : family | grep HackGen\n```\n\nベースになるフォントを調べる？\n\n```bash\nxrdb -query | grep font\n```\n\n# git push時にパスワードを聞かれないようにする\n\n- SSH鍵の生成 \n  `ssh-keygen -t rsa -b 4096 -C \"your@email\"`\n- GitHubに公開鍵(id_rsa.pub)を登録\n- Git cloneするときにsshでcloneする\n  あとからsshに変更する際はスクリプトを使う。\n  - jiro4989/bin/bin/git-ssh-set-url.sh\n\n# トラブルシュート\n\n## フォントが変わらない\n\nurxvtのフォントが変更されなかった。\nBoldフォントの方だけ反映されるという問題に直面した。\n\n結論：$HOME/.Xresource内のフォント設定をコメントアウトしてOSを再起動したら解決した。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiro4989%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Fsetup/lists"}