Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 956 Bytes

README.org

File metadata and controls

36 lines (21 loc) · 956 Bytes

All my dotfiles in one place.

Copying

To use, clone the repository and use symlinks for each file.

$ cd ~ $ git clone <.dotfiles repo url>

The default destination location is $HOME (i.e. ~/).

$ `ln -sf .your-config-file ~/.your-config-file`

Some files may be placed under directories such as ~/.config these kinds of

Files that must be placed under a destination directory are also placed here inside the same directory.

e.g. $ `ln -sf .config/nvim/ ~/.config/nvim/`

When managing >1 files, a faster alternative is available:

Usage / Migration for multiple files

A shell script is provided for when migrating to other machines. __Before proceeding, make sure .dotfiles is located in your $HOME directory. (i.e. ~/.dotfiles)__

$ cd ~ $ bash .dotfiles/migrate.sh

Resources

Literate Emacs configuration Sacha’s config