dmacvicar / dotfiles

Dotfiles managed with stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

This is a collection of dotfiles I use daily.

They are managed with GNU Stow.

Usage

  • Install Stow

On SUSE-like systems:

zypper install stow

(or with 1-click install)

  • Checkout this repo in your $HOME
git clone https://github.com/dmacvicar/dotfiles.git
  • Symlink modules

For example, if you want to use my emacs dotfiles:

cd dotfiles
stow emacs

And that is all. Stow will take care of symlinking the files to your $HOME.

Author

About

Dotfiles managed with stow

License:MIT License


Languages

Language:Emacs Lisp 45.1%Language:Shell 27.1%Language:Lua 10.6%Language:Python 9.6%Language:Vim Script 4.1%Language:CSS 3.5%