Skip to content

idanov/dotfiles

 
 

Repository files navigation

My dotfiles

This here is my very basic setup for keeping my dotfiles in git. I have used the template repository for bootstraping dotfiles with Dotbot.

Installation

To get started, you can create a new repository from this template (or you can fork this repository, if you prefer). You can probably delete this README and rename your version to something like just dotfiles.

git clone https://github.com/idanov/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install

To upgrade the submodules to their latest versions, one could periodically run:

cd ~/.dotfiles
git submodule update --init --remote

or

cd ~/.dotfiles
./install

Credits

My dotfiles were inspired by:

And there are about 700 more here.

If you're using Dotbot and you'd like to include a link to your dotfiles here as an inspiration to others, please submit a pull request.

License

This software is hereby released into the public domain. That means you can do whatever you want with it without restriction. See LICENSE.md for details.

That being said, I would appreciate it if you could maintain a link back to Dotbot (or this repository) to help other people discover Dotbot.

About

A template for structuring dotfiles (using Dotbot as an installer)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.8%
  • Emacs Lisp 34.2%
  • Vim Script 1.8%
  • Other 1.2%