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.bashInstall macport
https://www.macports.org/install.phpInstall all other packages
bash ~/dot/packages/macos.shThis script is for arm64/aarch64 only
bash ~/dot/packages/ubuntu.shbash ~/dot/config/vim/plugin/install_vim_plugins.shAdd paths to list of all git repositories to this file. This is for lg.py
script
/Users/raveen_kumar_work/script/list_of_repositories.txtChange the default shell to the homebrew shell
sudo vim /etc/shellsadd this line
/opt/homebrew/bin/bashThen change the shell
chsh -s /opt/homebrew/bin/bashSettings -> Keyboard -> Key Repeat Rate = Fast
Settings -> Keyboard -> Delay Until Repeat = Short
Settings -> Profiles -> Keyboard -> Enable "Use Option as Meta Key"