Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu-2020/dotfiles
https://github.com/kazu-2020/dotfiles
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazu-2020/dotfiles
- Owner: kazu-2020
- Created: 2023-11-30T17:04:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T12:02:12.000Z (4 months ago)
- Last Synced: 2024-11-15T20:15:53.906Z (3 months ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
[chezmoi](https://www.chezmoi.io/)で管理。
対象OS: MacOS(intel), Ubuntu
## Requirements
- zsh: ログインシェルに設定しておくこと
## Installation
### 1password cli の設定を行う(MacOS の場合)
[公式](https://developer.1password.com/docs/cli/get-started/)を参考にして、1password cli と desktop アプリをインストールし、設定を行う。
### 環境構築
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply kazu-2020
```