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