Install using Homebrew (macOS)
brew install stowor using pacman (Arch)
pacman -S stowClone the repository into your $HOME directory
git clone https://github.com/drewtempelmeyer/dotfiles.git ~/dotfilesThese 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 tmuxWhen using tmux, tmux plugin manager needs to be installed.
You can run the following command to install tpm:
sh scripts/install-tpm.sh