Skip to content

Just another dotfiles repository.

Notifications You must be signed in to change notification settings

johnzimm/dotfiles

Repository files navigation

dotfiles: README

This is just a collection of dotfiles in my home directory I use personally. They contain snippets of things I've found useful collected from other's dotfiles, my own tinkering, and various places around the Internet.

Snippets shamelessly borrowed from some of the following....

Misc Notes

I like to maintain misc notes I can easily access via terminal.

They can be accessed in the docs folder.

From bash shell there is a function called znotes which just opens them all in less for quick searching.

How to use this repo

First you should fork this so you have your own copy.

After you fork it do the following...

  cd ~
  git clone --recursive git@example.com:username/dotfiles.git
  cd dotfiles
  ./linkem
  cd ~
  source .bashrc
  source .profile

That should be it. Note the "--recursive" as there are submodules.

Updating

  cd ~/dotfiles
  git pull origin master
  git submodule update --init --recursive
  git submodule foreach git pull origin master
  ./linkem
  cd ~
  source .bashrc

License

No license has been assigned to this project.

.