Skip to content

Bhupesh-V/.Varshney

Repository files navigation

.Varshney

bashit

Setup

  1. Clone to $HOME/.dotfiles.

    git clone --bare https://github.com/Bhupesh-V/.Varshney.git .dotfiles
    
  2. Restart terminal so that bash aliases take effect (or do a source .bashrc).

  3. Setup gitconfig for work or personal work according to the following doc.

  4. Checkout to overwrite changes.

    Do a dry run first.

    dot checkout
    

    Apply changes

    dot checkout -f
    
  5. Disable polluting dot status with other config files.

    dot config --local status.showUntrackedFiles no
    
  6. Sync local changes to upstream.

    dot status
    dot commit -am "update nvim config"
    dot push
    
  7. Sync changes from upstream.

    dot pull
    

Bookstraping (WIP)

MacOS

brew packages I rely on

bash
bash-completion@2
ffmpeg
ripgrep
lua-language-server
neovim
openapi-generator
tree
ugit

📝 License

Copyright © 2020 Bhupesh Varshney.
This project is GPLv3 licensed.

GPLv3-logo