Skip to content

ricky9667/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My useful commands and aliases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages