Skip to content

vipulagarwal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

  • Checkout in home directory
$ cd ~/ && git clone --recursive <repo_url>
  • Use setlinks for quick setup
$ ~/dotfiles/setlinks

Few useful git commands

Manually initialize and fetch submodules

$ git submodule init
$ git submodule update --remote # pull changes from upstream

Vim modules via packages

  • YouCompleteMe - vim-youcompleteme_0+20161219+git194ff33-1_all.deb

Remove a submodule

This will come in handy at times[1]

$ git submodule deinit -f -- /path/to/submodule
$ rm -rf .git/modules/path/to/submodule
$ git rm -f /path/to/submodule

ToDO

  • Automate installation of ctags and tflint

[1] https://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule

About

As per the tin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published