clone the repo to $HOME
git clone https://github.com/srikanthmalla/dotfiles ~/dotfiles
clone oh-my-zsh
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
edit ~/.zshrc as below
source ~/dotfiles/.zshrc
If you are using zshell for first time, change shell from bash to zsh
chsh -s /bin/zsh
Zsh-autoSuggestions plugin:
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
to change suggested color to light-blue (you can edit this file):
cp ~/dotfiles/zsh-autosuggestions-config.zsh ~/.oh-my-zsh/custom/zsh-autosuggestions-config.zsh
Also, you can edit keybindings.sh, depending on your need (ctrl+g git auto add+commit+push)
Background color for the terminal with robbyrussell theme is #132C36
edit ~/.vimrc as below
source ~/dotfiles/.vimrc
Plugins are automatically installed (it's there in vimrc)
copy colors file to get monokai color scheme (similar to sublime)
cp dotfiles/colors/monokai.vim ~/.vim/colors
copy .tmux.conf
to user home ~/
cp .tmux.conf ~/
to use existing .vimrc configuration for neovim add the below content to ~/.config/nvim/init.vim:
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc
cp ~/dotfiles/sublime/* ~/.config/sublime-text-3/Packages/User/
-
add keybindings
Ctrl+Alt+C
to open chrome (in settings -> keyboard)