Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.26 KB

commands

My useful commands and aliases.

How to use

  1. Since most of my aliases are from Oh My Zsh, install it by running:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Add custom aliases to your ~/.zshrc file:
source ~/commands/general.zsh
source ~/commands/git.zsh
source ~/commands/vim.zsh
source ~/commands/flutter.zsh
source ~/commands/android.zsh

Additional installations

general.zsh

  • l: aliased to eza
  • cd: aliased to zoxide
  • cat: aliased to bat
  • fuck: command of thefuck
  • pip: aliased to uv pip of uv

git.zsh

vim.zsh

  • v: aliased to nvim

flutter.zsh

  • f: aliases to flutter
    • You can also replace the alias if you are using fvm