Skip to content

pokekrishna/dotfiles

Repository files navigation

.zshrc

Install

  • Append the following line to your .zshrc after installing ohmyzsh
source /PATH/TO/THIS/REPO/myzsh.sh
  • Edit the list of plugins to enable in the ~/.zshrc
    • For VS Code plugin, open the Command Palette via (F1 or ⇧⌘P) and type shell command > choose ...

      Shell Command: Install 'code' command in PATH

plugins=(
  git
  golang
  kubectl
  vscode
)
  • Mod the robbyrussell theme
cd ~/.oh-my-zsh/themes
rm robbyrussell.zsh-theme
ln -s /PATH/TO/THIS/REPO/robbyrussell.zsh-theme

.vimrc

Install

cd; 
ln -s /PATH/TO/THIS/REPO/.vimrc .vimrc

ssh config

Install

cd ~/.ssh;
ln -s /PATH/TO/THIS/REPO/ssh_config config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published