- copy all file of sublime folder of the repo into
~/.config/sublime-text-3/Packages/User
- copy all file of vscode folder of the repo into
~/.config/Code/User
- install zsh
sudo apt install zsh
- set zsh as default shell
chsh -s $(which zsh)
- check if zsh is default shell
echo $SHELL
- install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- now copy .zshrc file from repo to
~/.zshrc
mkdir "${HOME}/.npm-packages"
npm config set prefix "${HOME}/.npm-packages"
rest of the setup is in .zshrc so copy that too
Using pipenv from now.
- install git
- edit
~/.gitconfig
file with .gitconfig from repo
Added a python script which will grab all the sublime config files , .zshrc and .gitconfig files