All useful dotfiles for your system.
Git and Stow and Brew
To install stow use
brew install stowUse this video as inspiration — "Click"
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.
After install new machine add the following lines to the .gitconfig file:
[core]
excludesfile = ~/.gitignore_globalThis tells Git to use a global ignore file located at ~/.gitignore_global.
-
Save and exit the text editor.
-
Create or open the global Git ignore file
~/.gitignore_global:
nano ~/.gitignore_globalAdd the following line to the .gitignore_global file:
.DS_Store