Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 836 Bytes

dotfiles

Steven's personal dotfiles, tailored for Linux with XMonad or MacOS

Requirements

You'll need homebrew to install all the default packages, if you don't need the default casks and packages, then you'll only need GNU Stow to manage the dotfiles

Setupping up the dotfiles

  1. Clone the repository into your home directory

The dotfiles folder must be located in the home directory, in order for stow to work later on.

git clone https://github.com/stevenhansel/dotfiles.git $HOME/.dotfiles
  1. Install the default packages and casks in the Brewfile

Make sure that you're in the root directory of the repository.

cd $HOME/.dotfiles
brew bundle
  1. stow all the configurations
stow vim
stow tmux