Skip to content

My dotfiles for macOS and Windows.

Notifications You must be signed in to change notification settings

adamhollett/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A shell prompt in many colours

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 = [email protected]