Package installation and dotfiles for CachyOS and macOS.
git clone https://github.com/r3morce/Setup.git ~/Setup
cd ~/Setup
cp .env.example .env # edit with your git name/email
make full- Installs packages from
packages-cachyos.txt(pacman) orBrewfile(brew) - Deploys wezterm config via stow (
~/.wezterm.lua) - Configures git (name, email, global gitignore from
.env)
make full Install packages + deploy configs
make setup Deploy configs only
make clean Remove deployed configs
Makefile # entry point
packages-cachyos.txt # CachyOS packages
Brewfile # macOS packages
.env.example # git user config template
stow-packages/wezterm/ # wezterm config
scripts/
install-packages-*.sh # package installation
setup-configs.sh # stow deploy
setup-git.sh # git config from .env
clean-configs.sh # remove deployed configs