2b3c8b5c7df142fab16dfbb0f991aad49140ac2c
dotfiles (WIP)
This repository contains my dotfiles. They are managed by using git clone --bare,
see for example How to Store Dotfiles - A Bare Git Repository | Atlassian Git Tutorial.
On a new machine
- install git
cd ~git clone --bare --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz:jaandrle/dotfiles.git ~/.dotfilesalias git-dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'git-dotfiles config --local status.showUntrackedFiles no- you may also need to use
git-dotfiles reset(git-dotfiles reset --hard HEAD)git-dotfiles checkout -fgit-dotfiles submodule update --init --recursive
Languages
JavaScript
39.3%
Vim Script
27.4%
Shell
22.1%
Vim Snippet
9.2%
CSS
1.6%
Other
0.4%