Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 3.24 KB

README.md

File metadata and controls

30 lines (25 loc) · 3.24 KB

pwsh

prerequisites

  1. scoop here
  2. oh-my-posh here
  3. terminal-icons here
  4. psreadline here
  5. bat here
  6. eddy here
  7. yai here

content

status command description how to use?
🟢 mati shutdown your pc $ mati equals to $ shutdown -s -t 0
help: $ get-help mati
🟢 ga git: add $ ga equals to $ git add .
help: $ get-help ga
🟢 gc git: commit $ gc equals to $ git commit -s
help: $ get-help gc
🟢 gp git: push $ gp equals to $ git push origin {current_branch}. you can use another branch with an argument $ gp feature/xxx
help: $ get-help gp
🟢 touch touch an file $ touch {filename} equals to $ touch {filename}
help: $ get-help touch
🟢 top show your pc stats $ top
here for reference
🟢 g / gti git shortcut $ g
🟢 gpl git: pull $ gpl equals to $ git pull origin {current_branch}. you can use another branch with an argument $ gpl feature/xxx
help: $ get-help gpl
🟢 gf git: fetch $ gf equals to $ git fetch origin.
help: $ get-help gpl
🟡 - background changer based on time 🟡
🟢 pg ping google.com -t 🟢
🟢 e exploer.exe . 🟢

more coming soon