Configured only for MacOS and Zsh
- zsh should be the default shell:
chsh -s $(which zsh)
- git should be installed
- Generate an SSH key (
ssh-keygen
) and add it to GitHub account - Add the following to
.ssh/config
Host vighnesh153.com
HostName github.com
User git
IdentityFile ~/.ssh/<PRIVATE_KEY_FILE>
IdentitiesOnly yes
Clone this repository in the home (~) directory
Run the following script
~/config-files/install.sh
- Configure iterm2
- Natural Text Editing: https://stackoverflow.com/a/22312856/8822610
- Font size: https://superuser.com/a/879409/1071147
Add the following line in your .zshrc
source ~/config-files/config.sh
Add the following line to ~/.vimrc
file
source ~/config-files/.vimrc