8000 GitHub - jonathanplatzer/dotfiles: All of my dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jonathanplatzer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

dotfiles

This repo contains all my dotfiles. It is modeled after harfangk's excellent blog post.

Structure

The main branch only contains README.md, which is used for documentation purposes, and left out of the other branches.

The base branch contains all dotfiles which are used everywhere without any modifications on a per machine level, like my zsh or neovim configs.

Then there are branches for each host, containing configurations which differ from one machine to another.

Usage

To use this repo, only a few commands are needed

echo 'alias dotfiles="git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"' >> $HOME/.zshrc
source ~/.zshrc
echo ".dotfiles.git" >> .gitignore
git clone -b common --bare git@github.com:jonathanplatzer/dotfiles.git $HOME/.dotfiles.git
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no

Now everything should work as expected and the dotfiles alias to add to this repo.

About

All of my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0