Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoma-yama/dotfiles
https://github.com/ryoma-yama/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryoma-yama/dotfiles
- Owner: ryoma-yama
- License: mit
- Created: 2020-08-18T11:21:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T06:55:02.000Z (about 1 year ago)
- Last Synced: 2023-10-10T05:27:03.136Z (about 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
これは私の個人的なdotfilesリポジトリです。
これを使用することで、好みの開発環境のセットアップを簡略化し、異なるマシン間で一貫した環境を維持するのを助けます。
## 内容
- `.zshrc`: より快適なシェル体験のためのZshの設定。
## インストール方法
1. **Oh My Zshのインストール**:
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```2. **このリポジトリをクローン**:
```bash
git clone https://github.com/ryoma-yama/dotfiles.git ~/dotfiles
```3. **シンボリックリンクの作成**:
必要な設定ファイルへのシンボリックリンクを作成します。
```bash
ln -s ~/dotfiles/.zshrc ~/.zshrc
```4. **zsh-autosuggestionsのインストール**:
- `zsh-autosuggestions` リポジトリを `$ZSH_CUSTOM/plugins` (デフォルトでは `~/.oh-my-zsh/custom/plugins`) にクローンします:
```bash
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
```5. **変更を適用**:
シェルを再起動するか、`source ~/.zshrc` を実行して、変更を適用します。## 貢献
改善点や修正がある場合、PullRequestsを作成するか、Issuesを開いてください。貢献はいつでも歓迎です!
## ライセンス
このプロジェクトはMITライセンスの下でライセンスされています - 詳細は [LICENSE](LICENSE) ファイルを参照してください。