Skip to content

edoardottt/bashify

Repository files navigation

bashify

Powershell profile to bashify your Windows prompt

How does it work? 🔍

Read more about profiles here.
If you can't run the script it's likely you should change your execution policy. Remember to restore it once finished.

Installation 📥

  • Locate the Powershell home with echo $PSHOME (likely to be C:\Windows\System32\WindowsPowerShell\v1.0)
  • Save the file Microsoft.PowerShell_profile.ps1 (with this exact name) inside that folder
  • Close the terminal and reopen it

Commands 🛠️

  • alias c=clear
  • alias l=ls
  • touch
  • uname
  • cut
  • df
  • head
  • tail
  • zip
  • unzip
  • du
  • grep
  • top
  • sed

Sources 🙏🏻

Changelog 📌

Detailed changes for each release are documented in the release notes.

Contributing 🤝

If you want to contribute to this project, you can start opening an issue.

License 📝

This repository is under GNU General Public License v3.0.
edoardottt.com to contact me.