Skip to content

ankitsumitg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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