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