Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 737 Bytes

windows-feature.md

File metadata and controls

34 lines (23 loc) · 737 Bytes

Functions that will be available in my dotfiles (Windows)

Reproduce Linux compatible commands with functions

  • printenv
  • su
  • tree
  • which
  • coreutils(cp, cut, df, echo, etc...) implemented in Rust commands

Easy to use functions

  • iiofunction using environment variable references withwhich(enhanced version ofii $HOME` etc. to open your home directory in explorer)

  • winget wrapper similar to npm command e.g. wg i chrome wg uni chrome.

  • pc-info function

git aliases/functions

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

key modification with keyhac

  • Alt + Shift + H or J or K or L to move like vim

and so on...(needs to be added)