Skip to content

jonathan-conder-sm/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ datadir="${HOME}/.local/share"
$ url='[email protected]:jonathan-conder-sm'

$ git clone --bare "${url}/dotfiles.git" "${datadir}/dotgit"
$ alias dotgit='git --git-dir="${datadir}/dotgit" --work-tree="$HOME"'
$ dotgit checkout # remove existing files if prompted

$ chmod go-rwx "${datadir}/gnupg"
$ rm "${HOME}/README.md"
$ dotgit update-index --assume-unchanged "${HOME}/README.md"
$ git clone --recurse-submodules "${url}/vim-plugins.git" "${datadir}/vim/pack/vim-plugins"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 69.0%
  • Shell 23.8%
  • Python 7.2%