Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 786 Bytes

windows-feature.md

File metadata and controls

33 lines (22 loc) · 786 Bytes

私のdotfilesで使えるようになる機能 (Windows)

Linux互換のコマンドを関数で再現

  • printenv
  • su
  • tree
  • which
  • Rustで実装されたcoreutils(cp, cut, df, echo, etc...)のコマンド

使用しやすい関数

  • whichを利用した環境変数の参照を利用したiio関数 (ii $HOMEなどでホームディレクトリをエクスプローラーで開ける関数の強化版)

  • npmコマンドに似せたwinget ラッパー e.g. wg i chrome wg uni chrome

  • pc-info関数

gitエイリアス/関数

  • cl: git clone
  • ga: git add
  • gc: git commit
  • gl: git log
  • gp: git push
  • gpl: git pull
  • gs: git status

keyhacによるキー改変

  • Alt + Shift + H or J or K or L でvimのような移動

などなど…(要加筆)