Skip to content

dsomleff/dotfiles

Repository files navigation

Stow Dotfiles

All useful dotfiles for your system.

Requirements

Git and Stow and Brew

To install stow use

brew install  stow

Use this video as inspiration — "Click"

Beware

Some file added into .gitgnore and some in stow-local-ignore.
That's made on purpose to prevent sharing things like plugins into this repo and do not semilink unnecessary things with stow.

gitignore

After install new machine add the following lines to the .gitconfig file:

[core]
    excludesfile = ~/.gitignore_global

This tells Git to use a global ignore file located at ~/.gitignore_global.

  1. Save and exit the text editor.

  2. Create or open the global Git ignore file ~/.gitignore_global:

nano ~/.gitignore_global

Add the following line to the .gitignore_global file:

.DS_Store

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published