Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 574 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 574 Bytes

my setup

Personal setup notes and dotfiles for Arch Linux and macOS Ventura.

Requirements

  • Git
  • GNU Stow

Installation

$ git clone https://github.com/jvcarli/my-setup ~/dotfiles

Change directory and update git submodules:

$ cd ~/dotfiles
$ git submodule update --remote --merge

Finally install the dotfiles. Currently this assumes a clean environment. The managed files and directories must not exist, otherwise stow will give errors. In the future this will be addressed.

$ ./setup.sh --clean --install`