chsh -s /bin/bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
source ~/dot/config/bashrc
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
Install macport
https://www.macports.org/install.php
Install all other packages
bash ~/dot/packages/macos.sh
bash ~/dot/config/vim/plugin/install_vim_plugins.sh
Add paths to list of all git repositories to this file. This is for lg.py
script
/Users/raveen_kumar_work/script/list_of_repositories.txt
Change the default shell to the homebrew shell
sudo vim /etc/shells
add this line
/opt/homebrew/bin/bash
Then change the shell
chsh -s /opt/homebrew/bin/bash