Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 1.52 KB

README.md

File metadata and controls

52 lines (48 loc) · 1.52 KB

My Dot Files. 🔴🟢🔵

  • GIT
  • GIT Bash
  • Starship
  • Windows Terminal
  • VSCode
  • Note Pad++
  • ZSH


  • Some Good curl cmd based websites.
    • cheat.sh
      • man cmd alternative like tldr
      • curl cheat.sh/ls
    • wttr.in
      • To check Weather.
      • curl wttr.in
      • curl wttr.in/City
    • dict.org
      • Dictionay
      • curl dict://dict.org/d:word
    • rate.sx
      • To see crypto currency rates.
      • curl rate.sx
    • ipinfo.io
      • Info related to your IP.
      • curl ipinfo.io

  • You can make aliased commands to make it easier to use.
    • You can add alias in .bashrc or as a good practice use .bash_aliases
    • alias dict="curl dict://dict.org/d:$1"
    • Usage: dict ls

Location (Personal Use): C:\Program Files\Git\usr\local\bin

For ZSH: ZSH with Oh-My-Zsh with plugins (Check .zshrc file) and theme powerlevel10k