Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 627 Bytes

dotfiles

Personal dotfiles managed by dotbot

Prerequisites

Arch (like)

Required packages (under root user):

pacman -Sy --needed sudo git base-devel

Install package manager for aur packages: yay

Macos

Install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Bootstrap

./install

Set "SKIP_PACKAGE_INSTALL" env var to skip package installation

SKIP_PACKAGE_INSTALL=1 ./install