Skip to content

raveensrk/dot

Repository files navigation

README

Change shell to bash if required

chsh -s /bin/bash

Install brew

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

Add the following to your .bashrc

eval "$(/opt/homebrew/bin/brew shellenv)"
source ~/dot/config/bashrc
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

Install MacOS specific packages

Install macport

https://www.macports.org/install.php

Install all other packages

bash ~/dot/packages/macos.sh

Install vim plugins

bash ~/dot/config/vim/plugin/install_vim_plugins.sh

Other

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 bash to homebrew bash

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

About

Dottttttttttttttt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published