Skip to content

aefimov/bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone repo to $HOME/bin

git clone git@github.com:aefimov/bin.git

And add $HOME/bin to PATH in ~/.zshrc:

export PATH=$HOME/bin:/usr/local/bin:$PATH

And reload or restart Shell:

source ~/.zshrc

Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Enable fastgit zsh scheme

Edit ~/.zshrc

ZSH_CUSTOM="$HOME/bin"
ZSH_THEME="fastgit"

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install base packages

Replace system Git by latest version

brew install git

Best Terminal on macOS

brew install --cask iterm2

Small icon in bar to control tools, like Colima. A lot of plugins.

brew install --cask xbar

Best JSON manipulation command line tool

brew install jq

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors