Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.59 KB

File metadata and controls

63 lines (42 loc) · 1.59 KB

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