adamhollett / dotfiles

My dotfiles for macOS and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Fork this repo and clone it in your home directory so that you get ~/dotfiles.

Please explore a little before running the setup script.

The setup script will symlink to your home directory any files in this repo with .sym in their name. For example, /shell/bash/.bashrc.sym will be symlinked to ~/.bashrc.

If you have existing configs in these files, please back them up as this can overwrite them:

./setup.sh

Note: In Windows, run the setup script using the Windows Subsystem for Linux (WSL) or Git Bash for Windows.

Identity

You can add your git identity to git/.gitconfig, or in a file at git/id and it will be included:

[user]
  name = Your Name
  email = your@email.com

About

My dotfiles for macOS and Windows.


Languages

Language:Shell 100.0%