Skip to content

ricky9667/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commands

My useful commands and aliases.

How to use

  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  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. Install CLI tools
brew install bat eza fzf git gitui node nvim python ripgrep tmux uv zoxide
  1. Source command aliases in ~/.zshrc file:
source ~/commands/general.zsh
source ~/commands/git.zsh
source ~/commands/vim.zsh
source ~/commands/flutter.zsh
source ~/commands/android.zsh
  1. Install useless CLI tools (Optional)
brew install asciiquarium fastfetch nyancat sl

Additional installations

general.zsh

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

git.zsh

  • g: aliased to gitui
  • gcz: aliased to gitcz
    • Install with npm install -g git-cz

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