Warning
If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
# Set name and email that should be used in git/npm configs
AUTHOR_NAME="Mats Andreassen"
AUTHOR_EMAIL="email@example.com"
AUTHOR_GITHUB="matsand"
# Create git source directory
mkdir ~/Source
# Clone repo
git clone https://github.com/MatsAnd/dotfiles.git ~/Source/.dotfiles
# Open folder and run setup
cd ~/Source/.dotfiles && ./setup.sh