dotfiles
dotfiles copied to clipboard
My configuration files for various programs on UNIX-like environments.
dotfiles
My dotfiles.
Setting it up!
Requirements
Homebrew
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install packages from the Brewfile:
# Run from the dotfiles directory
brew bundle
# Or
brew bundle --file ~/dotfiles/Brewfile
Setting up dotfiles
cd into packages and run:
stow -vRt ~ *