Skip to content

A place to store config files so I can revert when my entire system crashes from entering the wrong character

Notifications You must be signed in to change notification settings

drewtempelmeyer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published