3e8d71f6d345a5ca317a2f8923d39eb252daf265
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.
Files (info)
On a new machine
- install git
cd ~git clone --bare --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz:jaandrle/dotfiles.git ~/.dotfilesalias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'gitdotfiles config --local status.showUntrackedFiles no- you may also need to use
gitdotfiles reset(git-dotfiles reset --hard HEAD)gitdotfiles checkout -fgitdotfiles submodule update --init --recursive
Languages
Vim Snippet
38.1%
JavaScript
30.7%
Vim Script
25.5%
Shell
4.3%
CSS
1.1%
Other
0.3%