No description
Find a file
2018-12-07 01:41:50 +01:00
.bashrc.d neovim, dotfiles-install: Added an auto-install routine to the bashrc.d that downloads vim-plug for now 2018-12-07 00:46:11 +01:00
.dotfiles Initial commit. Added bashrc with alias for for the bare dotfiles git repo and a custom gitconfig for the dotfiles alias 2018-12-02 21:53:03 +01:00
.environment.d .bash_profile: The environment is loaded from .environment.d now. This will make it easier to include save parts of the environment into the repo later on. 2018-12-03 13:51:53 +01:00
.github README.md: Added rudimentary README containing my current cloning routine 2018-12-07 01:41:50 +01:00
.bash_profile bash: changed some tests from existing file to readable file 2018-12-07 00:40:07 +01:00
.bashrc bash: changed some tests from existing file to readable file 2018-12-07 00:40:07 +01:00
.gitconfig .gitconfig: git-log does no longer wrap lines containing commit messages that are too long, such as this 2018-12-03 13:33:46 +01:00

Gliech Dotfiles

Replication

git clone -n --config core.bare=true --separate-git-dir=$HOME/.dotgit git@github.com:gliech/dotfiles.git $(mktemp -d)
git --work-tree=$HOME --git-dir=$HOME/.dotgit reset HEAD
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout -b $HOSTNAME
git --work-tree=$HOME --git-dir=$HOME/.dotgit commit -am "Backed up pre-existing configs to local branch"
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout master