Skip to content

drewtempelmeyer/dotfiles

Repository files navigation

dotfiles

Requirements

Install using Homebrew (macOS)

brew install stow

or using pacman (Arch)

pacman -S stow

Install

Clone the repository into your $HOME directory

git clone https://github.com/drewtempelmeyer/dotfiles.git ~/dotfiles

Usage

These dotfiles utilize stow to make linking configuration directories easy.

To set up the configuration, change into the desired directory (we'll use tmux for this example):

ships@ahoy:~$ cd ~/dotfiles
ships@ahoy:~/dotfiles$ stow tmux

tmux requirements

When using tmux, tmux plugin manager needs to be installed.

You can run the following command to install tpm:

sh scripts/install-tpm.sh