Skip to content

Instantly share code, notes, and snippets.

View nelsonyaccuzzi's full-sized avatar

Nelson Yaccuzzi nelsonyaccuzzi

View GitHub Profile
#!/bin/bash
## Dot Files Git Repository Setup bash script
## Following this guide https://www.atlassian.com/git/tutorials/dotfiles
shopt -s expand_aliases
git init --bare $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no