Skip to content

goolord/dotfiles

Repository files navigation

dotfiles

contains configuration files for syncing across my machines

deps:

  • arch linux
  • yay
  • GNU stow
  • git

tendrils:

main programs:

  • zsh, zimfw
  • alacritty
  • sway
  • nvim

Quick Start

run ./bootstrap.sh

Structure

home.sh will link home/ to ~

slash.sh will link slash/ to /

update.sh will pull this repo and its tendrils

aurpackages.txt is a list of packages I like to have installed across my machines, to install packages from it run

yay -S $(cat aurpackages.txt) --needed --sudoloop

resources/ contains files which may be used in scripts / config files