{"id":16752164,"url":"https://github.com/zwpaper/dotfile","last_synced_at":"2025-05-15T12:08:28.192Z","repository":{"id":52377833,"uuid":"86577794","full_name":"zwpaper/dotfile","owner":"zwpaper","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-07T08:34:27.000Z","size":1376,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T11:14:04.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zwpaper.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2017-03-29T12:10:17.000Z","updated_at":"2022-11-09T15:31:32.000Z","dependencies_parsed_at":"2023-02-18T02:45:30.218Z","dependency_job_id":null,"html_url":"https://github.com/zwpaper/dotfile","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fdotfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fdotfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fdotfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fdotfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwpaper","download_url":"https://codeload.github.com/zwpaper/dotfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337606,"owners_count":22054254,"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":[],"created_at":"2024-10-13T02:46:04.531Z","updated_at":"2025-05-15T12:08:28.140Z","avatar_url":"https://github.com/zwpaper.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"* zwPapEr Dot File\n\n** init system\n\n   This is the index of this document,\n   execute the init src block will init the system.\n\n#+begin_src sh :var software=install-software\n  echo Done\n#+end_src\n\n** Software\n\nDefine needed software\n\n#+NAME: mac-software \n  - ispell\n  - font-hack-nerd-font\n\n#+NAME: common-software \n  - lsd\n  - bat\n\nInstall software depend on systems\n\n#+NAME: install-software\n#+BEGIN_src sh :var cs=common-software mac=mac-software\n  function install_software() {\n      case `uname` in\n          Darwin)\n              brew install $cs\n              brew cask install $mac\n              ;;\n          Linux)\n              case `cat /etc/issue | grep -v \"^$\" | awk '{print $1}'` in\n                  Arch)\n                      sudo pacman -S $cs\n                      ;;\n              esac\n              ;;\n      esac\n  }\n\n  install_software\n#+END_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwpaper%2Fdotfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwpaper%2Fdotfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwpaper%2Fdotfile/lists"}