Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 610 Bytes

James' config files and scripts

I use GNU Stow to manage these. If you want to start using any of my configurations,

  1. install stow:
    • Ubuntu/Debian: sudo apt install stow
    • Arch: sudo pacman -S stow
    • MacOS: brew install stow
  2. clone the repo:
    • git clone git@github.com:jamesbvaughan/dotfiles ~/.dotfiles
    • cd ~/.dotfiles
  3. install the desired configuration files:
    • stow vim
    • stow xmonad
    • etc.

Let me know if you have any questions or issues and I'll be happy to help!