Skip to content

Commit

Permalink
Merge pull request #18 from sasasin/readme
Browse files Browse the repository at this point in the history
powershell + ghq + fzf
  • Loading branch information
sasasin authored Nov 3, 2022
2 parents 5f6cbbd + c8a4f79 commit 8b776aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,18 @@ eval "$(starship init bash)"

## Starship at PowerShell

windows terminal の powershell に、starship を被せる。 $PROFILE が OneDrive を指してるなら、特に何もやることないはず。
$PROFILE が OneDrive を指してるなら、特に何もやることないはず。

windows terminal の powershell に、starship を被せる。

```
❯ cat $PROFILE
Invoke-Expression (&starship init powershell)
```

ghq で取得したリポジトリを fzf で漁れるようにする
https://uvb-76.hatenablog.com/entry/2020/02/14/032712

## SSH key

GitHub の文書を眺めつつ生成、登録、確認する。
Expand Down

0 comments on commit 8b776aa

Please sign in to comment.