Skip to content

Commit

Permalink
Merge pull request #17 from sasasin/add-tools
Browse files Browse the repository at this point in the history
Add tools
  • Loading branch information
sasasin authored Nov 3, 2022
2 parents 37a26f6 + 47664ec commit f59ccf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ winget export --output winget.export.json
scoop で導入したもの

```
scoop export > scoopfile.json
scoop export --config > scoopfile.json
```

VSCode。Settings sync now する。
Expand Down Expand Up @@ -111,11 +111,11 @@ scoop import scoopfile.json
windows terminal に Git Bash のプロファイルを作る。操作性やカラー、フォントなど windows terminal のガワを利用できるので。

* コマンドライン
* `C:\Program Files\Git\bin\bash.exe`
* `%USERPROFILE%\scoop\apps\git\current\bin\bash.exe`
* 開始ディレクトリ
* `%USERPROFILE%`
* アイコン
* `C:\Program Files\Git\mingw64\share\git\git-for-windows.ico`
* `%USERPROFILE%\scoop\apps\git\current\mingw64\share\git\git-for-windows.ico`

Git Bash で $HOME に .bashrc を作る。シンボリックリンクどうにかしたい。

Expand Down
Binary file modified windows/scoopfile.json
Binary file not shown.
11 changes: 1 addition & 10 deletions windows/winget.export.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json",
"CreationDate" : "2022-11-03T11:05:23.805-00:00",
"CreationDate" : "2022-11-03T14:07:42.809-00:00",
"Sources" :
[
{
Expand All @@ -12,9 +12,6 @@
{
"PackageIdentifier" : "Canonical.Ubuntu"
},
{
"PackageIdentifier" : "Git.Git"
},
{
"PackageIdentifier" : "Microsoft.Edge"
},
Expand All @@ -27,12 +24,6 @@
{
"PackageIdentifier" : "Microsoft.OneDrive"
},
{
"PackageIdentifier" : "Axosoft.GitKraken"
},
{
"PackageIdentifier" : "Starship.Starship"
},
{
"PackageIdentifier" : "gerardog.gsudo"
},
Expand Down

0 comments on commit f59ccf6

Please sign in to comment.