My configurations for git, zsh, and tmux
Pre-Requisite
GNU Stow is used to create symlinks from sub-directories. Install this with brew install stow
on OSX or apt install stow
on Debian.
- Clone repo and set up symlinks
# Clone repo
git clone https://github.com/drubaby/dotfiles.git ~/dotfiles
cd ~/dotfiles
git submodule update --force --recursive --init --remote
# Set up symlinks
stow zsh git tmux
# May have to re-fetch tmux plugins with "<prefix> + I"
- To identify yourself with git, create a
~/.gitconfig.local
with the following structure:
[user]
name = Replace Me
email = replaceme@example.com