Skip to content

anulman/dotfiles

Repository files navigation

Dotfiles

These are my dotfiles, and other such homedir configgery. Feel free to use anything you find here.

Installation

git clone --bare git@github.com:anulman/dotfiles.git $HOME/.cfg
git --git-dir=$HOME/.cfg --work-tree=$HOME config --local status.showUntrackedFiles no
git --git-dir=$HOME/.cfg --work-tree=$HOME checkout

# The `.zsh/aliases` file will then create a `dotfiles` alias to `git` with the appropriate options.

After Installation

  • Load .itermbindings.itermkeymap into iterm
  • Run the copy_sensitive_dotfiles_to_host function, e.g. copy_sensitive_dotfiles_to_host anulman@192.168.x.y

History

These were created by roughly following the process described on Ackama's blog, i.e.

1. Create a bare repo at `~/.cfg`
2. Alias a command to run `git` with our bare repo but with `~` as the working tree
3. Configure the repo to not show untracked files

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors