Skip to content

Commit

Permalink
readme修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificbelt30 committed Feb 28, 2022
1 parent 469eda1 commit 92a5df4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ linux設定ファイル置き場所
setup.shを実行するだけですべての設定が展開される予定

## instalation
以下のコマンドでgitからdotfilesを持ってくる
```bash
git clone --recursive https://github.com/pacificbelt30/dotfiles
```
or
```bash
git clone https://github.com/pacificbelt30/dotfiles
git submodule update -i
```
submoduleのコミットを変更する.(以下は動作確認をする予定のコミットID)
```bash
cd i3wm-setup
git checkout 7e2bac48f65b3fdbc427df2984d624c224b68231
cd -
```

dotfilesディレクトリ直下へ戻った後以下のコマンドを実行することでセットアップが開始される.
```bash
zsh setup.sh
```
Expand Down
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ done
# ln -snf `pwd`/prezto/runcoms/zshrc $HOME/.zprezto/runcoms/zshrc
ln -snf `pwd`/prezto/runcoms/myzshrc $HOME/.zprezto/runcoms/myzshrc

# myzshrcをzshrcで読み込むように追加
echo "source $HOME/.zprezto/runcoms/myzshrc" >> $HOME/.zprezto/runcoms/zshrc


0 comments on commit 92a5df4

Please sign in to comment.