surajp / dotfiles

Collection of my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of my personal dot files

Instructions

  • ln -s /.vimrc $HOME/.config/nvim/init.vim
  • ln -s /.bash_aliases $HOME/.bash_aliases
  • ln -s /mysnips $HOME/.vim/
  • ln -s <project_path>/vimconfig/ftplugin $HOME/.config/nvim/ftplugin
  • ln -s <project_path>/vimconfig/syntax $HOME/.config/nvim/syntax
  • set "PROJECT_HOME" environment variable to root directory of all projects in .bashrc
  • copy refreshvimdict.sh and standard_objects.txt to sfdx project directory and run refreshvimdict.sh. Add/remove standard objects from standard_objects.txt as required. Don't forget to add the generated schema file to .gitignore

About

Collection of my dotfiles

License:GNU General Public License v3.0


Languages

Language:Shell 59.8%Language:Vim Script 24.9%Language:Vim Snippet 13.8%Language:Lua 1.5%